1 write to inputQueue
System.ServiceModel (1)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
27this.inputQueue = new InputQueue<RequestContextWrapper>();
12 references to inputQueue
System.ServiceModel (12)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (12)
57this.inputQueue.Close(); 63this.inputQueue.Close(); 80bool success = this.inputQueue.Dequeue(timeout, out wrapper); 105return this.inputQueue.BeginDequeue(timeout, callback, state); 111bool success = this.inputQueue.EndDequeue(result, out wrapper); 177this.inputQueue.EnqueueAndDispatch(new RequestContextWrapper(requestContext)); 194requiresDispatch = binder.inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 204requiresDispatch = binder.inputQueue.EnqueueWithoutDispatch(exception, null); 211binder.inputQueue.Dispatch(); 236requiresDispatch = binder.inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 246requiresDispatch = binder.inputQueue.EnqueueWithoutDispatch(exception, null); 253binder.inputQueue.Dispatch();