1 write to _nodes
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
311
_nodes
= new TerminalNodeStatus[nodeCount + 1];
5 references to _nodes
Microsoft.Build (5)
Logging\TerminalLogger\TerminalLogger.cs (5)
590
_nodes
[nodeIndex] = new TerminalNodeStatus(e.ProjectFile!, null, "Restore", _projects[c].Stopwatch);
808
_nodes
[nodeIndex] = nodeStatus;
907
var node =
_nodes
[NodeIndexForContext(buildEventContext)];
1078
TerminalNodesFrame newFrame = new TerminalNodesFrame(
_nodes
, width: Terminal.Width, height: Terminal.Height);
1167
/// Returns the <see cref="
_nodes
"/> index corresponding to the given <see cref="BuildEventContext"/>.