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);