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