File tree Expand file tree Collapse file tree
BeefLibs/corlib/src/Reflection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ namespace System.Reflection
189189 . Double :
190190 let attrData = AttributeInfo . Decode ! < int64 > ( mData ) ;
191191 args [ argIdx ] = Variant . Create ( attrData ) ;
192- case ( TypeCode ) typeof ( TypeCode ) . MaxValue + 8 : //BfConstType_TypeOf
192+ case ( TypeCode ) typeof ( TypeCode ) . MaxValue + 9 : //BfConstType_TypeOf
193193 let argTypeId = AttributeInfo. Decode! < int32> ( mData) ;
194194 args[ argIdx] = Variant. Create( Type . [ Friend ] GetType ( ( . ) argTypeId ) ) ;
195195 case ( TypeCode ) 255 :
@@ -463,7 +463,7 @@ namespace System.Reflection
463463 . Double :
464464 let attrData = AttributeInfo . Decode ! < int64 > ( mData ) ;
465465 args [ argIdx ] = scope :: box attrData;
466- case ( TypeCode ) typeof ( TypeCode ) . MaxValue + 8 : //BfConstType_TypeOf
466+ case ( TypeCode ) typeof ( TypeCode ) . MaxValue + 9 : //BfConstType_TypeOf
467467 let argTypeId = AttributeInfo. Decode! < int32> ( mData) ;
468468 args[ argIdx] = Type. [ Friend] GetType( ( . ) argTypeId ) ;
469469 case ( TypeCode ) 255 :
You can’t perform that action at this time.
0 commit comments