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