2 instantiations of TaskQueueReader
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InputQueue.cs (2)
180reader = new TaskQueueReader(this); 192reader = new TaskQueueReader(this);
1 reference to TaskQueueReader
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InputQueue.cs (1)
167TaskQueueReader reader = null;