5 references to ExecuteAndCaptureOutput
dotnet (4)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
394.ExecuteAndCaptureOutput(out stdOut, out stdErr);
Telemetry\MacAddressGetter.cs (3)
74}.ExecuteAndCaptureOutput(out string ipStdOut, out _); 94}.ExecuteAndCaptureOutput(out string stdOut, out _); 119}.ExecuteAndCaptureOutput(out string ifconfigStdOut, out string ifconfigStdErr);
dotnet.Tests (1)
ShellShimTests\ShellShimRepositoryTests.cs (1)
482processStartInfo.ExecuteAndCaptureOutput(out var stdOut, out var stdErr);