8 references to VirtualMethodUse
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ArrayInterfaceMethodsNode.cs (1)
74factory.VirtualMethodUse(interfaceMethod),
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (6)
67result.Add(new CombinedDependencyListEntry(factory.UnboxingStub(canonImpl), factory.VirtualMethodUse(decl), "Unbox for virtual method on VT")); 80result.Add(new CombinedDependencyListEntry(implNode, factory.VirtualMethodUse(decl), "Virtual method")); 126result.Add(new CombinedDependencyListEntry(factory.UnboxingStub(implMethod), factory.VirtualMethodUse(interfaceMethod), "Unbox for interface method on VT")); 134result.Add(new CombinedDependencyListEntry(factory.VirtualMethodUse(implMethod), factory.VirtualMethodUse(interfaceMethod), "Interface method")); 141result.Add(new CombinedDependencyListEntry(implNode, factory.VirtualMethodUse(interfaceMethod), "Interface method"));
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
105list.Add(factory.VirtualMethodUse(canonMethod), "Non-GVM virtual slot use");