4 references to InputQueue
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InputQueue.cs (1)
39: this()
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>();