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