2 instantiations of WaitQueueReader
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InputQueue.cs (2)
232reader = new WaitQueueReader(this); 244reader = new WaitQueueReader(this);
1 reference to WaitQueueReader
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
219WaitQueueReader reader = null;