1 write to Width
Microsoft.Build (1)
Logging\TerminalLogger\TerminalNodesFrame.cs (1)
38
Width
= 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
77
if (renderedWidth >
Width
)
83
if (renderedWidth >
Width
)
89
if (renderedWidth >
Width
)
98
_nodes[i].renderedWidth = Math.Max(
Width
, 1);