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