1 write to TerminalWidth
Microsoft.Build (1)
Logging\TerminalLogger\TerminalNodesFrame.cs (1)
39TerminalWidth = width;
4 references to TerminalWidth
Microsoft.Build (4)
Logging\TerminalLogger\TerminalLogger.cs (2)
1547if (newFrame.TerminalWidth != _currentFrame.TerminalWidth || newFrame.Height != _currentFrame.Height)
Logging\TerminalLogger\TerminalNodesFrame.cs (2)
139int previousPhysicalRows = previousFrame.GetPhysicalRows(TerminalWidth); 155&& _nodes[i].renderedWidth > TerminalWidth)