1 write to onIdle
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
197onIdle = new Action<object>(OnIdle);
2 references to onIdle
System.ServiceModel (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
195if (onIdle == null) 200idleTimer = new IOThreadTimer(onIdle, this, false);