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