22 references to SingleIndentation
dotnet (22)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (22)
27internal const string DoubleIndentation = $"{SingleIndentation}{SingleIndentation}"; 186terminal.Append(SingleIndentation); 257terminal.Append(SingleIndentation); 283string errorText = $"{SingleIndentation}{CliCommandStrings.ErrorColon} {error}"; 284string totalText = $"{SingleIndentation}{CliCommandStrings.TotalColon} {total}"; 286string failedText = $"{SingleIndentation}{CliCommandStrings.FailedColon} {failed}"; 287string passedText = $"{SingleIndentation}{CliCommandStrings.SucceededColon} {passed}"; 288string skippedText = $"{SingleIndentation}{CliCommandStrings.SkippedColon} {skipped}"; 289string durationText = $"{SingleIndentation}{CliCommandStrings.DurationColon} "; 509terminal.Append(SingleIndentation); 516terminal.Append(SingleIndentation); 541terminal.Append(SingleIndentation); 562AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation); 567AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation); 571AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}", SingleIndentation); 588terminal.Append(SingleIndentation); 591terminal.Append(SingleIndentation); 624terminal.Append(SingleIndentation); 628terminal.Append(SingleIndentation); 794AppendIndentedLine(terminal, $"{description}: {output}", SingleIndentation); 897terminal.Append(SingleIndentation);