1 instantiation of InheritedVirtualMethodsNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
285return new InheritedVirtualMethodsNode(type);
4 references to InheritedVirtualMethodsNode
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
144private NodeCache<TypeDesc, InheritedVirtualMethodsNode> _inheritedVirtualMethods; 146public InheritedVirtualMethodsNode InheritedVirtualMethods(TypeDesc type) 283_inheritedVirtualMethods = new NodeCache<TypeDesc, InheritedVirtualMethodsNode>(type =>
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
100if (entry is not InheritedVirtualMethodsNode typeNode)