3 references to SafePipeHandle
System.Diagnostics.Process (1)
System\Diagnostics\Process.Unix.cs (1)
849return new AnonymousPipeClientStream(direction, new SafePipeHandle((IntPtr)fd, ownsHandle: true));
System.IO.Pipes (2)
Microsoft\Win32\SafeHandles\SafePipeHandle.cs (1)
16: this(new IntPtr(DefaultInvalidHandle), true)
System\IO\Pipes\AnonymousPipeClientStream.cs (1)
37SafePipeHandle safePipeHandle = new SafePipeHandle((nint)result, true);