4 references to GetUnboxedMethod
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2627
nonUnboxingMethod = methodToCall.
GetUnboxedMethod
();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
1108
if (_compilation.IsEffectivelySealed(method.
GetUnboxedMethod
()))
1369
decl = decl.IsUnboxingThunk() ? decl.
GetUnboxedMethod
() : decl;
TypeSystem\MethodDescExtensions.cs (1)
22
return method.
GetUnboxedMethod
().GetPrimaryMethodDesc();