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