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