4 references to ProcessUtils
System.Diagnostics.Process (4)
System\Diagnostics\Process.Linux.cs (1)
111
string? pathToProgram =
ProcessUtils
.FindProgramInPath(program);
System\Diagnostics\Process.Unix.cs (2)
666
resolvedFilename =
ProcessUtils
.FindProgramInPath(filename);
729
return
ProcessUtils
.FindProgramInPath(filename);
System\Diagnostics\ProcessStartOptions.cs (1)
250
string? fromPath =
ProcessUtils
.FindProgramInPath(filename);