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