1 write to Width
Microsoft.Build (1)
Logging\TerminalLogger\TerminalNodesFrame.cs (1)
38Width = Math.Min(width, MaxColumn);
5 references to Width
Microsoft.Build (5)
Logging\TerminalLogger\TerminalNodesFrame.cs (5)
31/// <see cref="Width"/> drives layout, but line wrapping happens at the real terminal width, so that 77if (renderedWidth > Width) 83if (renderedWidth > Width) 89if (renderedWidth > Width) 98_nodes[i].renderedWidth = Math.Max(Width, 1);