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