2 instantiations of SynchronizedQueue
System.Collections.NonGeneric (2)
System\Collections\Queue.cs (2)
212return new SynchronizedQueue(queue); 347return new SynchronizedQueue((Queue)_q.Clone());