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