4 references to EnqueueAndDispatch
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
48
_inputQueue.
EnqueueAndDispatch
(exception, dequeuedCallback, canDispatchOnThisThread);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
1192
_pendingMessages.
EnqueueAndDispatch
(exceptionFromBeginReceive, _messageDequeuedCallback, false);
1243
_pendingMessages.
EnqueueAndDispatch
(receiveException, _messageDequeuedCallback, true);
1590
_backgroundCloseData.
EnqueueAndDispatch
(exception, null, true);