1 write to _decl
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\DependencyAnalysis\VirtualMethodUseNode.cs (1)
41_decl = decl;
2 references to _decl
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\DependencyAnalysis\VirtualMethodUseNode.cs (2)
26public MethodDesc Method => _decl; 44protected override string GetName(NodeFactory factory) => $"VirtualMethodUse {_decl}";