14 references to Indentation
Microsoft.Build (14)
Logging\TerminalLogger\TerminalLogger.cs (10)
67
internal const string DoubleIndentation = $"{
Indentation
}{
Indentation
}";
69
internal const string TripleIndentation = $"{
Indentation
}{
Indentation
}{
Indentation
}";
750
Indentation
,
760
Indentation
,
1002
RenderImmediateMessage(FormatWarningMessage(e,
Indentation
));
1010
RenderImmediateMessage(FormatWarningMessage(e,
Indentation
));
1046
RenderImmediateMessage(FormatErrorMessage(e,
Indentation
));
Logging\TerminalLogger\TerminalNodesFrame.cs (2)
85
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();
88
TerminalLogger.
Indentation
.Length +
Logging\TerminalLogger\TerminalNodeStatus.cs (2)
77
TerminalLogger.
Indentation
,
82
TerminalLogger.
Indentation
,