1 instantiation of VirtualMethodUseNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
414return new VirtualMethodUseNode(method);
3 references to VirtualMethodUseNode
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
264private NodeCache<MethodDesc, VirtualMethodUseNode> _virtualMethodUseNodes; 266public VirtualMethodUseNode VirtualMethodUse(MethodDesc method) 412_virtualMethodUseNodes = new NodeCache<MethodDesc, VirtualMethodUseNode>(method =>