9 references to IsUnboxingThunk
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
37
Debug.Assert(!methodDesc.
IsUnboxingThunk
());
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
153
Debug.Assert(!method.
IsUnboxingThunk
());
982
Debug.Assert(!targetMethodDesc.
IsUnboxingThunk
());
2619
bool isUnboxingStub = methodToCall.
IsUnboxingThunk
();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
1106
if (method.
IsUnboxingThunk
())
1268
MethodIL methodIL = method.
IsUnboxingThunk
() ? null : _compilation.GetMethodIL(method);
1369
decl = decl.
IsUnboxingThunk
() ? decl.GetUnboxedMethod() : decl;
1549
if (method.
IsUnboxingThunk
())
TypeSystem\MethodDescExtensions.cs (1)
20
if (method.
IsUnboxingThunk
())