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)
26
public MethodDesc Method =>
_decl
;
44
protected override string GetName(NodeFactory factory) => $"VirtualMethodUse {
_decl
}";