2 references to SynchronizedCollection
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
411SynchronizedCollection<XmlSerializerFaultContractInfo> faultInfos = new SynchronizedCollection<XmlSerializerFaultContractInfo>();
System\ServiceModel\InstanceContext.cs (1)
305this.wmiChannels = new SynchronizedCollection<IChannel>();