2 references to PipeFlags
System.IO.Pipes (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs (1)
28internal static unsafe partial int Pipe(int* pipefd, PipeFlags flags = 0); // pipefd is an array of two ints
System\IO\Pipes\PipeStream.Unix.cs (1)
452Interop.CheckIo(Interop.Sys.Pipe(fds, Interop.Sys.PipeFlags.O_CLOEXEC));