29 references to SingleIndentation
dotnet (29)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (29)
29internal const string DoubleIndentation = $"{SingleIndentation}{SingleIndentation}"; 245terminal.Append(SingleIndentation); 369terminal.Append(SingleIndentation); 394string errorText = $"{SingleIndentation}{CliCommandStrings.ErrorColon} {error}"; 395string totalText = $"{SingleIndentation}{CliCommandStrings.TotalColon} {total}"; 396string failedText = $"{SingleIndentation}{CliCommandStrings.FailedColon} {failed}"; 397string passedText = $"{SingleIndentation}{CliCommandStrings.SucceededColon} {passed}"; 398string skippedText = $"{SingleIndentation}{CliCommandStrings.SkippedColon} {skipped}"; 399string durationText = $"{SingleIndentation}{CliCommandStrings.DurationColon} "; 480terminal.AppendLine($"{SingleIndentation}{string.Format(CultureInfo.CurrentCulture, CliCommandStrings.FlakyLowercase, flakyTests)}"); 487terminal.Append($"{SingleIndentation}{CliCommandStrings.RetriedColon} "); 525terminal.Append(SingleIndentation); 550terminal.Append(SingleIndentation); 600terminal.Append(SingleIndentation); 626terminal.Append(SingleIndentation); 663terminal.Append(SingleIndentation); 836terminal.Append(SingleIndentation); 843terminal.Append(SingleIndentation); 868terminal.Append(SingleIndentation); 889AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation); 894AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation); 898AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}", SingleIndentation); 915terminal.Append(SingleIndentation); 918terminal.Append(SingleIndentation); 951terminal.Append(SingleIndentation); 955terminal.Append(SingleIndentation); 1146AppendIndentedLine(terminal, $"{description}: {output}", SingleIndentation); 1389terminal.Append(SingleIndentation);