4 references to Queue
System.Collections.NonGeneric (2)
System\Collections\Queue.cs (2)
68
public Queue(ICollection col) :
this
(col?.Count ?? throw new ArgumentNullException(nameof(col)))
83
Queue 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));