1 implementation of Width
Microsoft.Build (1)
Logging\TerminalLogger\Terminal.cs (1)
54public int Width
3 references to Width
Microsoft.Build (3)
Logging\TerminalLogger\TerminalLogger.cs (3)
1078TerminalNodesFrame newFrame = new TerminalNodesFrame(_nodes, width: Terminal.Width, height: Terminal.Height); 1290if (indent.Length + line.Length > Terminal.Width) // custom wrapping with indentation 1292WrapText(builder, line, Terminal.Width, indent);