4 references to ShellOut
Roslyn.Test.Performance.Utilities (4)
Benchview.cs (2)
50var whereGit = ShellOut("where", "git"); 57var wherePy = ShellOut("where", "py");
TestUtilities.cs (2)
107var result = ShellOut(file, args, workingDirectory, cancellationToken); 191var result = ShellOut(program, args, workingDirectory);