3 references to FindProgramInPath
System.Diagnostics.Process (3)
System\Diagnostics\Process.Linux.cs (1)
111
string? pathToProgram = ProcessUtils.
FindProgramInPath
(program);
System\Diagnostics\ProcessUtils.Unix.cs (2)
245
resolvedFilename =
FindProgramInPath
(filename);
373
return
FindProgramInPath
(filename);