1 write to s_onIdle
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
180s_onIdle = new Action<object>(OnIdle);
2 references to s_onIdle
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
178if (s_onIdle == null) 183_idleTimer = new Timer(new TimerCallback(new Action<object>(s_onIdle)), this, _idleTimeout, TimeSpan.FromMilliseconds(-1));