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