3 instantiations of RequestContextWrapper
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (3)
178_inputQueue.EnqueueAndDispatch(new RequestContextWrapper(requestContext)); 195requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 237requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null);
4 references to RequestContextWrapper
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (4)
20private InputQueue<RequestContextWrapper> _inputQueue; 28_inputQueue = new InputQueue<RequestContextWrapper>(); 80RequestContextWrapper wrapper; 111RequestContextWrapper wrapper;