1 write to _output
Infrastructure.Tests (1)
CreateFailingTestIssue\CreateFailingTestIssueToolTests.cs (1)
23
_output
= output;
3 references to _output
Infrastructure.Tests (3)
CreateFailingTestIssue\CreateFailingTestIssueToolTests.cs (3)
645
_output
.WriteLine($"Running: {processStartInfo.FileName} {string.Join(" ", processStartInfo.ArgumentList)}");
669
_output
.WriteLine(stdout);
674
_output
.WriteLine(stderr);