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