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