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)
634
return factory.FatAddressTakenFunctionPointer(instantiatedMethod,
_isUnboxingThunk
);
649
if (!
_isUnboxingThunk
)
666
_isUnboxingThunk
,
667
factory.AddressTakenMethodEntrypoint(canonMethod,
_isUnboxingThunk
));
673
int result = (
_isUnboxingThunk
? 1 : 0) - (otherEntry.
_isUnboxingThunk
? 1 : 0);
688
((MethodEntryGenericLookupResult)obj).
_isUnboxingThunk
==
_isUnboxingThunk
;