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