1 write to onIdle
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCache.cs (1)
184onIdle = new Action<object>(OnIdle);
2 references to onIdle
System.ServiceModel.Internals (2)
System\Runtime\Collections\ObjectCache.cs (2)
182if (onIdle == null) 187this.idleTimer = new IOThreadTimer(onIdle, this, false);