3 references to SetHandle
System.IO.Pipes (3)
Microsoft\Win32\SafeHandles\SafePipeHandle.cs (1)
28
SetHandle
(preexistingHandle);
System\IO\Pipes\PipeStream.Unix.cs (2)
455
reader.
SetHandle
(new IntPtr(fds[Interop.Sys.ReadEndOfPipe]));
456
writer.
SetHandle
(new IntPtr(fds[Interop.Sys.WriteEndOfPipe]));