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();
81
bool success =
_inputQueue
.Dequeue(timeout, out wrapper);
106
return
_inputQueue
.BeginDequeue(timeout, callback, state);
112
bool success =
_inputQueue
.EndDequeue(result, out wrapper);
178
_inputQueue
.EnqueueAndDispatch(new RequestContextWrapper(requestContext));
195
requiresDispatch = binder.
_inputQueue
.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null);
205
requiresDispatch = binder.
_inputQueue
.EnqueueWithoutDispatch(exception, null);
212
binder.
_inputQueue
.Dispatch();
237
requiresDispatch = binder.
_inputQueue
.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null);
247
requiresDispatch = binder.
_inputQueue
.EnqueueWithoutDispatch(exception, null);
254
binder.
_inputQueue
.Dispatch();