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