3 references to OpenStream
System.Diagnostics.Process (3)
System\Diagnostics\Process.Unix.cs (3)
469_standardInput = new StreamWriter(OpenStream(stdinFd, PipeDirection.Out), 476_standardOutput = new StreamReader(OpenStream(stdoutFd, PipeDirection.In), 482_standardError = new StreamReader(OpenStream(stderrFd, PipeDirection.In),