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