1 write to onDispatchCallback
System.ServiceModel.Internals (1)
System\Runtime\InputQueue.cs (1)
645
onDispatchCallback
= new Action<object>(OnDispatchCallback);
2 references to onDispatchCallback
System.ServiceModel.Internals (2)
System\Runtime\InputQueue.cs (2)
643
if (
onDispatchCallback
== null)
648
ActionItem.Schedule(
onDispatchCallback
, this);