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