3 references to TargetMethodIsUnboxingThunk
ILCompiler.Compiler (3)
Compiler\DelegateCreationInfo.cs (3)
117return factory.GenericLookup.MethodEntry(TargetMethod, TargetMethodIsUnboxingThunk); 144return factory.AddressTakenMethodEntrypoint(TargetMethod, TargetMethodIsUnboxingThunk); 147return factory.ExactCallableAddressTakenAddress(TargetMethod, TargetMethodIsUnboxingThunk);