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