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