3 references to RequestContextWrapper
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (3)
178
_inputQueue.EnqueueAndDispatch(new
RequestContextWrapper
(requestContext));
195
requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new
RequestContextWrapper
(requestContext), null);
237
requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new
RequestContextWrapper
(requestContext), null);