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