1 write to _nodes
MSBuild (1)
TerminalLogger\TerminalLogger.cs (1)
265_nodes = new NodeStatus[nodeCount + 1];
4 references to _nodes
MSBuild (4)
TerminalLogger\TerminalLogger.cs (4)
546_nodes[nodeIndex] = new NodeStatus(e.ProjectFile!, null, "Restore", _projects[c].Stopwatch); 764_nodes[nodeIndex] = nodeStatus; 863var node = _nodes[NodeIndexForContext(buildEventContext)]; 1034NodesFrame newFrame = new NodesFrame(_nodes, width: Terminal.Width, height: Terminal.Height);