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