1 write to s_onDispatchCallback
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
644s_onDispatchCallback = new Action<object>(OnDispatchCallback);
2 references to s_onDispatchCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (2)
642if (s_onDispatchCallback == null) 647ActionItem.Schedule(s_onDispatchCallback, this);