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