2 references to SynchronizedCollection
System.ServiceModel.Primitives.Tests (2)
ServiceModel\SynchronizedCollection.cs (2)
30SynchronizedCollection<int> coll2 = new SynchronizedCollection<int>(new object(), new List<int>(coll)); 88new SynchronizedCollection<int>(null, new List<int>());