1 write to Width
Microsoft.Build (1)
Logging\TerminalLogger\TerminalNodesFrame.cs (1)
29
Width
= Math.Min(width, MaxColumn);
6 references to Width
Microsoft.Build (6)
Logging\TerminalLogger\TerminalLogger.cs (3)
1350
var width = updateSize ? Terminal.Width : _currentFrame.
Width
;
1355
if (newFrame.
Width
!= _currentFrame.
Width
|| newFrame.Height != _currentFrame.Height)
Logging\TerminalLogger\TerminalNodesFrame.cs (3)
67
if (renderedWidth >
Width
)
73
if (renderedWidth >
Width
)
79
if (renderedWidth >
Width
)