23 references to SingleIndentation
dotnet (23)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (23)
27internal const string DoubleIndentation = $"{SingleIndentation}{SingleIndentation}"; 203terminal.Append(SingleIndentation); 283terminal.Append(SingleIndentation); 309string errorText = $"{SingleIndentation}{CliCommandStrings.ErrorColon} {error}"; 310string totalText = $"{SingleIndentation}{CliCommandStrings.TotalColon} {total}"; 312string failedText = $"{SingleIndentation}{CliCommandStrings.FailedColon} {failed}"; 313string passedText = $"{SingleIndentation}{CliCommandStrings.SucceededColon} {passed}"; 314string skippedText = $"{SingleIndentation}{CliCommandStrings.SkippedColon} {skipped}"; 315string durationText = $"{SingleIndentation}{CliCommandStrings.DurationColon} "; 404terminal.Append(SingleIndentation); 568terminal.Append(SingleIndentation); 575terminal.Append(SingleIndentation); 600terminal.Append(SingleIndentation); 621AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation); 626AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation); 630AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}", SingleIndentation); 647terminal.Append(SingleIndentation); 650terminal.Append(SingleIndentation); 683terminal.Append(SingleIndentation); 687terminal.Append(SingleIndentation); 871AppendIndentedLine(terminal, $"{description}: {output}", SingleIndentation); 976terminal.Append(SingleIndentation);