3 references to SafePipeHandle
System.Diagnostics.Process (1)
System\Diagnostics\Process.Unix.cs (1)
402SafePipeHandle safePipeHandle = new(handle.DangerousGetHandle(), 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);