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