8 references to Queue
mscorlib (2)
system\collections\queue.cs (2)
75
public Queue(ICollection col) :
this
((col==null ? 32 : col.Count))
91
Queue q = new
Queue
(_size);
System (1)
net\System\Net\Sockets\Socket.cs (1)
5802
Interlocked.CompareExchange(ref m_AcceptQueueOrConnectResult, new
Queue
(16), null);
System.Web (3)
Util\Profiler.cs (2)
38
_requests = new
Queue
(_requestsToProfile);
95
_requests = new
Queue
(_requestsToProfile);
XmlSiteMapProvider.cs (1)
322
Queue queue = new
Queue
(50);
UIAutomationClient (1)
MS\Internal\Automation\QueueProcessor.cs (1)
57
_q = Queue.Synchronized(new
Queue
(initCapacity));
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\QueueProcessor.cs (1)
43
_q = Queue.Synchronized(new
Queue
(initCapacity));