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