1 instantiation of InheritedVirtualMethodsNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
399return new InheritedVirtualMethodsNode(type);
4 references to InheritedVirtualMethodsNode
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
213private NodeCache<TypeDesc, InheritedVirtualMethodsNode> _inheritedVirtualMethods; 215private InheritedVirtualMethodsNode InheritedVirtualMethods(TypeDesc type) 397_inheritedVirtualMethods = new NodeCache<TypeDesc, InheritedVirtualMethodsNode>(type =>
parent\parent\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
101if (entry is not InheritedVirtualMethodsNode typeNode)