4 references to UnboxingStub
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (2)
67result.Add(new CombinedDependencyListEntry(factory.UnboxingStub(canonImpl), factory.VirtualMethodUse(decl), "Unbox for virtual method on VT")); 126result.Add(new CombinedDependencyListEntry(factory.UnboxingStub(implMethod), factory.VirtualMethodUse(interfaceMethod), "Unbox for interface method on VT"));
Compiler\ReadyToRunCodegenCompilation.cs (1)
272DependencyNodeCore<NodeFactory> unboxingStub = _factory.UnboxingStub(canonMethod);
parent\parent\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
168dynamicDependencies.Add(new CombinedDependencyListEntry(factory.UnboxingStub(canonImpl), null, "Unboxing thunk for interface GVM"));