1 write to onAcceptComplete
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
2215onAcceptComplete = new OverlappedIOCompleteCallback(OnAcceptComplete);
1 reference to onAcceptComplete
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
2266this.overlapped.StartAsyncOperation(null, onAcceptComplete, this.isBoundToCompletionPort);