4 references to GetUnboxedMethod
ILCompiler.RyuJit (4)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1184
method = method.
GetUnboxedMethod
();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
1106
if (_compilation.IsEffectivelySealed(method.
GetUnboxedMethod
()))
1401
decl = decl.IsUnboxingThunk() ? decl.
GetUnboxedMethod
() : decl;
1613
MethodDesc unboxedMethodDesc = method.IsUnboxingThunk() ? method.
GetUnboxedMethod
() : method;