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; 55TerminalNodeStatus 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) 164if (previousFrame._nodes[i] == _nodes[i] 165&& _nodes[i].canUpdateDuration) 168string durationString = ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword("DurationDisplay", _nodes[i].nodeStatus.Stopwatch.ElapsedSeconds); 207int renderedWidth = Math.Max(_nodes[i].renderedWidth, 1);