1 write to Width
Microsoft.Build (1)
Logging\TerminalLogger\TerminalNodesFrame.cs (1)
28
Width
= Math.Min(width, MaxColumn);
6 references to Width
Microsoft.Build (6)
Logging\TerminalLogger\TerminalLogger.cs (3)
1081
var width = updateSize ? Terminal.Width : _currentFrame.
Width
;
1086
if (newFrame.
Width
!= _currentFrame.
Width
|| newFrame.Height != _currentFrame.Height)
Logging\TerminalLogger\TerminalNodesFrame.cs (3)
65
if (renderedWidth >
Width
)
71
if (renderedWidth >
Width
)
77
if (renderedWidth >
Width
)