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);