1 write to _node
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
340_node = node;
6 references to _node
ILCompiler.RyuJit (6)
Compiler\DependencyAnalysis\MethodCodeNode.cs (6)
343public MethodDesc Method => _node.Method; 351sb.AppendLine(_node.Method.ToString()); 352if (_node.StaticDependenciesAreComputed) 355_node.Method.Context.Target.Architecture, 356_node._methodCode.Data, 357_node._methodCode.Relocs);