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