5 references to VirtualMethodUse
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\InheritedVirtualMethodsNode.cs (4)
74
result.Add(new CombinedDependencyListEntry(implNode, factory.
VirtualMethodUse
(decl), "Virtual method"));
120
result.Add(new CombinedDependencyListEntry(factory.
VirtualMethodUse
(implMethod), factory.
VirtualMethodUse
(interfaceMethod), "Interface method"));
128
result.Add(new CombinedDependencyListEntry(implNode, factory.
VirtualMethodUse
(interfaceMethod), "Interface method"));
Compiler\DependencyAnalysis\ReadyToRun\MethodFixupSignature.cs (1)
105
list.Add(factory.
VirtualMethodUse
(canonMethod), "Non-GVM virtual slot use");