14 references to Indentation
MSBuild (14)
TerminalLogger\NodesFrame.cs (2)
86return $"{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(); 89TerminalLogger.Indentation.Length +
TerminalLogger\NodeStatus.cs (2)
76TerminalLogger.Indentation, 81TerminalLogger.Indentation,
TerminalLogger\TerminalLogger.cs (10)
65internal const string DoubleIndentation = $"{Indentation}{Indentation}"; 67internal const string TripleIndentation = $"{Indentation}{Indentation}{Indentation}"; 706Indentation, 716Indentation, 958RenderImmediateMessage(FormatWarningMessage(e, Indentation)); 966RenderImmediateMessage(FormatWarningMessage(e, Indentation)); 1002RenderImmediateMessage(FormatErrorMessage(e, Indentation));