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