3 references to Pipe
System.Private.CoreLib (3)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs (2)
20
/// The index into the array filled by <see cref="
Pipe
"/> which represents the read end of the pipe.
25
/// The index into the array filled by <see cref="
Pipe
"/> which represents the read end of the pipe.
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
204
if (Interop.Sys.
Pipe
(fds, flags) != 0)