3 instantiations of InputQueue
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
28_inputQueue = new InputQueue<RequestContextWrapper>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1045_pendingMessages = new InputQueue<Message>(); 1521_backgroundCloseData = new InputQueue<object>();
8 references to InputQueue
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (5)
566((InputQueue<T>)state).Dispatch(); 800private InputQueue<T> _inputQueue; 804public AsyncQueueReader(InputQueue<T> inputQueue, TimeSpan timeout, AsyncCallback callback, object state) 1005private InputQueue<T> _inputQueue; 1011public WaitQueueReader(InputQueue<T> inputQueue)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
20private InputQueue<RequestContextWrapper> _inputQueue;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1038private InputQueue<Message> _pendingMessages; 1510private InputQueue<object> _backgroundCloseData;