4 references to Queue
System.Collections.NonGeneric (2)
System\Collections\Queue.cs (2)
68public Queue(ICollection col) : this(col?.Count ?? throw new ArgumentNullException(nameof(col))) 83Queue q = new Queue(_size);
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
48_q = Queue.Synchronized(new Queue(initCapacity));
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
37_q = Queue.Synchronized(new Queue(initCapacity));