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