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