1 write to _inputQueue
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
28_inputQueue = new InputQueue<RequestContextWrapper>();
12 references to _inputQueue
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (12)
58_inputQueue.Close(); 64_inputQueue.Close(); 81bool success = _inputQueue.Dequeue(timeout, out wrapper); 106return _inputQueue.BeginDequeue(timeout, callback, state); 112bool success = _inputQueue.EndDequeue(result, out wrapper); 178_inputQueue.EnqueueAndDispatch(new RequestContextWrapper(requestContext)); 195requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 205requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(exception, null); 212binder._inputQueue.Dispatch(); 237requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 247requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(exception, null); 254binder._inputQueue.Dispatch();