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