3 references to SynchronizedCollection
System.ServiceModel.Primitives.Tests (3)
ServiceModel\SynchronizedCollection.cs (3)
36SynchronizedCollection<int> coll3 = new SynchronizedCollection<int>(new object(), 1, 2, 3, 4, 5 , 6);
83new SynchronizedCollection<int>(new object(), null);
93new SynchronizedCollection<int>(null, 1, 2, 3, 4);