1 write to pipeHandle
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
2212this.pipeHandle = pipeHandle;
5 references to pipeHandle
System.ServiceModel (5)
System\ServiceModel\Channels\PipeConnection.cs (5)
2269if (UnsafeNativeMethods.ConnectNamedPipe(pipeHandle, overlapped.NativeOverlapped) == 0) 2275if (UnsafeNativeMethods.DisconnectNamedPipe(pipeHandle) != 0) 2343pipeHandle.Close(); 2360if (this.result != null && UnsafeNativeMethods.GetOverlappedResult(this.pipeHandle, 2380this.pipeHandle.Close();