4 references to MaxColumn
Microsoft.Build (4)
Logging\TerminalLogger\TerminalNodesFrame.cs (4)
28/// The width of the terminal this frame was rendered for, before it is capped to <see cref="MaxColumn"/>. 38Width = Math.Min(width, MaxColumn); 111builder.Append(' ').Append(AnsiCodes.SetCursorHorizontal(MaxColumn)) 169sb.Append($"{AnsiCodes.SetCursorHorizontal(MaxColumn)}{AnsiCodes.MoveCursorBackward(durationString.Length)}{durationString}");