1 write to timer
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (1)
98
this.
timer
= new IOThreadTimer(this.onTimerCallback, this, false);
3 references to timer
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (3)
123
this.
timer
.SetAt(this.startTicks + this.delaysInTicks[index]);
301
if (this.
timer
!= null)
303
this.
timer
.Cancel();