4 writes to currentSendIndex
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (4)
97this.currentSendIndex = -1; 105for (this.currentSendIndex = 0; this.currentSendIndex < this.numSends; this.currentSendIndex++) 167int index = Threading.Interlocked.Increment(ref this.currentSendIndex);
2 references to currentSendIndex
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (2)
105for (this.currentSendIndex = 0; this.currentSendIndex < this.numSends; this.currentSendIndex++) 107IAsyncResult result = OnBeginSend(this.currentSendIndex, this.timeoutHelper.RemainingTime(), this.onSendCompletedCallback, null);