14 references to Indentation
Microsoft.Build (14)
Logging\TerminalLogger\TerminalLogger.cs (10)
67internal const string DoubleIndentation = $"{Indentation}{Indentation}"; 69internal const string TripleIndentation = $"{Indentation}{Indentation}{Indentation}"; 750Indentation, 760Indentation, 1002RenderImmediateMessage(FormatWarningMessage(e, Indentation)); 1010RenderImmediateMessage(FormatWarningMessage(e, Indentation)); 1046RenderImmediateMessage(FormatErrorMessage(e, Indentation));
Logging\TerminalLogger\TerminalNodesFrame.cs (2)
85return $"{TerminalLogger.Indentation}{project}{(targetFramework is null ? string.Empty : " ")}{AnsiCodes.Colorize(targetFramework, TerminalLogger.TargetFrameworkColor)} {AnsiCodes.SetCursorHorizontal(MaxColumn)}{AnsiCodes.MoveCursorBackward(targetWithoutAnsiLength + durationString.Length + 1)}{renderedTarget} {durationString}".AsSpan(); 88TerminalLogger.Indentation.Length +
Logging\TerminalLogger\TerminalNodeStatus.cs (2)
77TerminalLogger.Indentation, 82TerminalLogger.Indentation,