1 implementation of Width
Microsoft.Build (1)
Logging\TerminalLogger\Terminal.cs (1)
54
public int
Width
3 references to Width
Microsoft.Build (3)
Logging\TerminalLogger\TerminalLogger.cs (3)
1081
var width = updateSize ? Terminal.
Width
: _currentFrame.Width;
1295
if (indent.Length + line.Length > Terminal.
Width
) // custom wrapping with indentation
1297
WrapText(builder, line, Terminal.
Width
, indent);