5 references to InputQueue
System.ServiceModel.Internals (5)
System\Runtime\InputQueue.cs (5)
567
((
InputQueue
<T>)state).Dispatch();
801
InputQueue
<T> inputQueue;
805
public AsyncQueueReader(
InputQueue
<T> inputQueue, TimeSpan timeout, AsyncCallback callback, object state)
1008
InputQueue
<T> inputQueue;
1014
public WaitQueueReader(
InputQueue
<T> inputQueue)