1 write to _isUnboxingThunk
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
622
_isUnboxingThunk
= isUnboxingThunk;
8 references to _isUnboxingThunk
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\GenericLookupResult.cs (8)
631
return factory.FatAddressTakenFunctionPointer(instantiatedMethod,
_isUnboxingThunk
);
647
if (!
_isUnboxingThunk
)
664
_isUnboxingThunk
,
665
factory.AddressTakenMethodEntrypoint(canonMethod,
_isUnboxingThunk
));
671
int result = (
_isUnboxingThunk
? 1 : 0) - (otherEntry.
_isUnboxingThunk
? 1 : 0);
686
((MethodEntryGenericLookupResult)obj).
_isUnboxingThunk
==
_isUnboxingThunk
;