Implemented interface member:
property
Width
Microsoft.Build.Logging.ITerminal.Width
2 references to Width
Microsoft.Build (2)
Logging\TerminalLogger\Terminal.cs (2)
111return (Width, Height); 208ReadOnlySpan<char> truncatedText = text.Slice(0, Math.Min(text.Length, Width - 1));