3 references to StartAsyncOperation
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
278
this.readOverlapped.
StartAsyncOperation
(AsyncReadBuffer, this.onAsyncReadComplete, this.isBoundToCompletionPort);
372
this.writeOverlapped.
StartAsyncOperation
(buffer, this.onAsyncWriteComplete, this.isBoundToCompletionPort);
2266
this.overlapped.
StartAsyncOperation
(null, onAcceptComplete, this.isBoundToCompletionPort);