24 references to SingleIndentation
dotnet (24)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (24)
25
internal const string DoubleIndentation = $"{
SingleIndentation
}{
SingleIndentation
}";
186
terminal.Append(
SingleIndentation
);
257
terminal.Append(
SingleIndentation
);
283
string errorText = $"{
SingleIndentation
}error: {error}";
284
string totalText = $"{
SingleIndentation
}total: {total}";
286
string failedText = $"{
SingleIndentation
}failed: {failed}";
287
string passedText = $"{
SingleIndentation
}succeeded: {passed}";
288
string skippedText = $"{
SingleIndentation
}skipped: {skipped}";
289
string durationText = $"{
SingleIndentation
}duration: ";
506
terminal.Append(
SingleIndentation
);
513
terminal.Append(
SingleIndentation
);
538
terminal.Append(
SingleIndentation
);
559
AppendIndentedLine(terminal, firstErrorMessage,
SingleIndentation
);
564
AppendIndentedLine(terminal, firstErrorMessage,
SingleIndentation
);
568
AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}",
SingleIndentation
);
585
terminal.Append(
SingleIndentation
);
588
terminal.Append(
SingleIndentation
);
621
terminal.Append(
SingleIndentation
);
625
terminal.Append(
SingleIndentation
);
791
AppendIndentedLine(terminal, $"{description}: {output}",
SingleIndentation
);
929
terminal.Append(
SingleIndentation
);
1054
int maxWidth = int.MaxValue -
SingleIndentation
.Length;
1057
WriteMessage(
SingleIndentation
);