1 write to onAsyncWriteComplete
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
103
this.
onAsyncWriteComplete
= new OverlappedIOCompleteCallback(OnAsyncWriteComplete);
1 reference to onAsyncWriteComplete
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
372
this.writeOverlapped.StartAsyncOperation(buffer, this.
onAsyncWriteComplete
, this.isBoundToCompletionPort);