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