3 references to EnqueueWithoutDispatch
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
70return _inputQueue.EnqueueWithoutDispatch(item, dequeuedCallback);
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (2)
191requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 233requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null);