1 write to overlapped
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
2216overlapped = new OverlappedContext();
6 references to overlapped
System.ServiceModel (6)
System\ServiceModel\Channels\PipeConnection.cs (6)
2266this.overlapped.StartAsyncOperation(null, onAcceptComplete, this.isBoundToCompletionPort); 2269if (UnsafeNativeMethods.ConnectNamedPipe(pipeHandle, overlapped.NativeOverlapped) == 0) 2313this.overlapped.CancelAsyncOperation(); 2314this.overlapped.Free(); 2361this.overlapped.NativeOverlapped, out numBytes, 0) == 0) 2371this.overlapped.Free();