4 references to InputQueue
System.ServiceModel.Primitives (4)
Internals\System\Runtime\InputQueue.cs (1)
35: this()
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
24_inputQueue = new InputQueue<RequestContextWrapper>();
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1064_pendingMessages = new InputQueue<Message>(); 1540_backgroundCloseData = new InputQueue<object>();