3 references to EnqueueWithoutDispatch
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
62return _inputQueue.EnqueueWithoutDispatch(exception, dequeuedCallback);
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (2)
201requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(exception, null); 243requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(exception, null);