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