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