1 write to _inputQueue
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
24_inputQueue = new InputQueue<RequestContextWrapper>();
12 references to _inputQueue
System.ServiceModel.Primitives (12)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (12)
54_inputQueue.Close(); 60_inputQueue.Close(); 77bool success = _inputQueue.Dequeue(timeout, out wrapper); 102return _inputQueue.BeginDequeue(timeout, callback, state); 108bool success = _inputQueue.EndDequeue(result, out wrapper); 174_inputQueue.EnqueueAndDispatch(new RequestContextWrapper(requestContext)); 191requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 201requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(exception, null); 208binder._inputQueue.Dispatch(); 233requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 243requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(exception, null); 250binder._inputQueue.Dispatch();