1 write to _nodes
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
301_nodes = new TerminalNodeStatus[nodeCount + 1];
5 references to _nodes
Microsoft.Build (5)
Logging\TerminalLogger\TerminalLogger.cs (5)
580_nodes[nodeIndex] = new TerminalNodeStatus(e.ProjectFile!, null, "Restore", _projects[c].Stopwatch); 798_nodes[nodeIndex] = nodeStatus; 899var node = _nodes[NodeIndexForContext(buildEventContext)]; 1083TerminalNodesFrame newFrame = new TerminalNodesFrame(_nodes, width: width, height: height); 1172/// Returns the <see cref="_nodes"/> index corresponding to the given <see cref="BuildEventContext"/>.