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