1 write to _nodes
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
359_nodes = new TerminalNodeStatus[nodeCount + 1];
5 references to _nodes
Microsoft.Build (5)
Logging\TerminalLogger\TerminalLogger.cs (5)
668_nodes[nodeIndex] = new TerminalNodeStatus(e.ProjectFile!, targetFramework, runtimeIdentifier, "Restore", _projects[c].Stopwatch); 984_nodes[nodeIndex] = nodeStatus; 1103var node = _nodes[NodeIndexForContext(buildEventContext)]; 1352TerminalNodesFrame newFrame = new TerminalNodesFrame(_nodes, width: width, height: height); 1441/// Returns the <see cref="_nodes"/> index corresponding to the given <see cref="BuildEventContext"/>.