8 references to AppendIndentedLine
dotnet (8)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (8)
562AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation); 567AppendIndentedLine(terminal, firstErrorMessage, SingleIndentation); 571AppendIndentedLine(terminal, $"{firstErrorType}: {firstErrorMessage}", SingleIndentation); 590AppendIndentedLine(terminal, expected, DoubleIndentation); 593AppendIndentedLine(terminal, actual, DoubleIndentation); 627AppendIndentedLine(terminal, standardOutputWithoutSpecialChars, DoubleIndentation); 631AppendIndentedLine(terminal, standardErrorWithoutSpecialChars, DoubleIndentation); 794AppendIndentedLine(terminal, $"{description}: {output}", SingleIndentation);