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