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)
1078
TerminalNodesFrame newFrame = new TerminalNodesFrame(_nodes, width: Terminal.
Width
, height: Terminal.Height);
1290
if (indent.Length + line.Length > Terminal.
Width
) // custom wrapping with indentation
1292
WrapText(builder, line, Terminal.
Width
, indent);