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