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