Implemented interface member:
property
Width
Microsoft.Build.Logging.TerminalLogger.ITerminal.Width
1 reference to Width
MSBuild (1)
TerminalLogger\Terminal.cs (1)
156
ReadOnlySpan<char> truncatedText = text.Slice(0, Math.Min(text.Length,
Width
- 1));