3 references to GetOutputToReport
dotnet (3)
Commands\Test\MTP\TestApplication.cs (3)
220
string outputToReport = stdOutBuilder.
GetOutputToReport
();
221
string errorToReport = stdErrBuilder.
GetOutputToReport
();
907
/// terminal must go through <see cref="
GetOutputToReport
"/> instead, or it will be printed twice.