3 instantiations of RequestContextWrapper
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (3)
174_inputQueue.EnqueueAndDispatch(new RequestContextWrapper(requestContext)); 191requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 233requiresDispatch = binder._inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null);
4 references to RequestContextWrapper
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (4)
18private InputQueue<RequestContextWrapper> _inputQueue; 24_inputQueue = new InputQueue<RequestContextWrapper>(); 76RequestContextWrapper wrapper; 107RequestContextWrapper wrapper;