6 references to VirtualMethodUse
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ArrayInterfaceMethodsNode.cs (1)
74factory.VirtualMethodUse(interfaceMethod),
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (4)
75result.Add(new CombinedDependencyListEntry(implNode, factory.VirtualMethodUse(decl), "Virtual method")); 121result.Add(new CombinedDependencyListEntry(factory.VirtualMethodUse(implMethod), factory.VirtualMethodUse(interfaceMethod), "Interface method")); 129result.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");