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