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