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