1 write to onSendCompletedCallback
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (1)
53this.onSendCompletedCallback = Fx.ThunkCallback(new AsyncCallback(OnSendCompleted));
2 references to onSendCompletedCallback
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (2)
107IAsyncResult result = OnBeginSend(this.currentSendIndex, this.timeoutHelper.RemainingTime(), this.onSendCompletedCallback, null); 134result = OnBeginSend(index, this.timeoutHelper.RemainingTime(), this.onSendCompletedCallback, null);