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