3 references to Pipe
System.IO.Pipes (3)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs (2)
18/// The index into the array filled by <see cref="Pipe"/> which represents the read end of the pipe. 23/// The index into the array filled by <see cref="Pipe"/> which represents the read end of the pipe.
System\IO\Pipes\PipeStream.Unix.cs (1)
452Interop.CheckIo(Interop.Sys.Pipe(fds, Interop.Sys.PipeFlags.O_CLOEXEC));