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