1 write to s_onIdle
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
197
s_onIdle
= new Action<object>(OnIdle);
2 references to s_onIdle
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
195
if (
s_onIdle
== null)
200
_idleTimer = new Timer(new TimerCallback(new Action<object>(
s_onIdle
)), this, _idleTimeout, TimeSpan.FromMilliseconds(-1));