2 writes to idleTimer
System.ServiceModel.Internals (2)
System\Runtime\Collections\ObjectCache.cs (2)
187this.idleTimer = new IOThreadTimer(onIdle, this, false); 315this.idleTimer = null;
5 references to idleTimer
System.ServiceModel.Internals (5)
System\Runtime\Collections\ObjectCache.cs (5)
180if (this.idleTimer == null) 190this.idleTimer.Set(this.settings.IdleTimeout); 274idleTimer.Set(this.settings.IdleTimeout); 312if (this.idleTimer != null) 314this.idleTimer.Cancel();