2 references to SynchronizedCollection
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
420
SynchronizedCollection<XmlSerializerFaultContractInfo> faultInfos = new
SynchronizedCollection
<XmlSerializerFaultContractInfo>();
System.ServiceModel.Primitives.Tests (1)
ServiceModel\SynchronizedCollection.cs (1)
16
SynchronizedCollection<int> coll = new
SynchronizedCollection
<int>();