2 references to FindProgramInPath
System.Diagnostics.Process (2)
System\Diagnostics\Process.Linux.cs (1)
73
string? pathToProgram = ProcessUtils.
FindProgramInPath
(program);
System\Diagnostics\ProcessUtils.Unix.cs (1)
248
resolvedFilename =
FindProgramInPath
(filename);