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