5 references to GetUnboxedMethod
ILCompiler.RyuJit (5)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1191
method = method.
GetUnboxedMethod
();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1108
if (_compilation.IsEffectivelySealed(method.
GetUnboxedMethod
()))
1368
decl = decl.IsUnboxingThunk() ? decl.
GetUnboxedMethod
() : decl;
1510
MethodDesc unboxedMethodDesc = method.IsUnboxingThunk() ? method.
GetUnboxedMethod
() : method;
1549
result = method.
GetUnboxedMethod
();