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