1 write to _node
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
337_node = node;
6 references to _node
ILCompiler.RyuJit (6)
Compiler\DependencyAnalysis\MethodCodeNode.cs (6)
340public MethodDesc Method => _node.Method; 348sb.AppendLine(_node.Method.ToString()); 349if (_node.StaticDependenciesAreComputed) 352_node.Method.Context.Target.Architecture, 353_node._methodCode.Data, 354_node._methodCode.Relocs);