1 write to s_onDispatchCallback
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
749
s_onDispatchCallback
= new Action<object>(OnDispatchCallback);
2 references to s_onDispatchCallback
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InputQueue.cs (2)
747
if (
s_onDispatchCallback
== null)
752
ActionItem.Schedule(
s_onDispatchCallback
, this);