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