1 write to _nodes
Microsoft.Build (1)
Logging\TerminalLogger\TerminalNodesFrame.cs (1)
42
_nodes
= new (TerminalNodeStatus, int, int, bool)[nodes.Length];
12 references to _nodes
Microsoft.Build (12)
Logging\TerminalLogger\TerminalNodesFrame.cs (12)
48
_nodes
[NodesCount++].nodeStatus = status;
55
TerminalNodeStatus status =
_nodes
[i].nodeStatus;
61
_nodes
[i].durationLength = durationString.Length;
91
_nodes
[i].renderedWidth = project.Length;
98
_nodes
[i].renderedWidth = Math.Max(Width, 1);
99
_nodes
[i].canUpdateDuration = true;
155
&&
_nodes
[i].renderedWidth > TerminalWidth)
164
if (previousFrame.
_nodes
[i] ==
_nodes
[i]
165
&&
_nodes
[i].canUpdateDuration)
168
string durationString = ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("DurationDisplay",
_nodes
[i].nodeStatus.Stopwatch.ElapsedSeconds);
207
int renderedWidth = Math.Max(
_nodes
[i].renderedWidth, 1);