1 write to timer
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2545
this.
timer
= new IOThreadTimer(onTimeoutElapsed, this, true);
3 references to timer
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
2246
if (this.
timer
!= null)
2248
this.
timer
.Cancel();
2546
this.
timer
.Set(this.timeoutHelper.RemainingTime());