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();
800
private
InputQueue
<T> _inputQueue;
804
public AsyncQueueReader(
InputQueue
<T> inputQueue, TimeSpan timeout, AsyncCallback callback, object state)
1005
private
InputQueue
<T> _inputQueue;
1011
public WaitQueueReader(
InputQueue
<T> inputQueue)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
20
private
InputQueue
<RequestContextWrapper> _inputQueue;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1038
private
InputQueue
<Message> _pendingMessages;
1510
private
InputQueue
<object> _backgroundCloseData;