1 write to onAsyncReadComplete
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
102this.onAsyncReadComplete = new OverlappedIOCompleteCallback(OnAsyncReadComplete);
1 reference to onAsyncReadComplete
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
278this.readOverlapped.StartAsyncOperation(AsyncReadBuffer, this.onAsyncReadComplete, this.isBoundToCompletionPort);