1 write to timer
System.ServiceModel (1)
System\ServiceModel\Channels\LifetimeManager.cs (1)
308this.timer = new IOThreadTimer(new Action<object>(TimeoutCallback), this, true);
3 references to timer
System.ServiceModel (3)
System\ServiceModel\Channels\LifetimeManager.cs (3)
309this.timer.Set(timeout); 334this.timer.Cancel(); 373this.timer.Cancel();