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