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;
1103
var node =
_nodes
[NodeIndexForContext(buildEventContext)];
1352
TerminalNodesFrame newFrame = new TerminalNodesFrame(
_nodes
, width: width, height: height);
1441
/// Returns the <see cref="
_nodes
"/> index corresponding to the given <see cref="BuildEventContext"/>.