1 instantiation of ProcessResult
Roslyn.Test.Performance.Utilities (1)
TestUtilities.cs (1)
173
return new
ProcessResult
7 references to ProcessResult
Roslyn.Test.Performance.Utilities (7)
Benchview.cs (2)
50
var
whereGit = ShellOut("where", "git");
57
var
wherePy = ShellOut("where", "py");
TestUtilities.cs (5)
107
var
result = ShellOut(file, args, workingDirectory, cancellationToken);
118
public static
ProcessResult
ShellOut(
126
var tcs = new TaskCompletionSource<
ProcessResult
>();
191
var
result = ShellOut(program, args, workingDirectory);
215
public static void LogProcessResult(
ProcessResult
result)