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>();