2 references to SynchronizedCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
372SynchronizedCollection<XmlSerializerFaultContractInfo> faultInfos = new SynchronizedCollection<XmlSerializerFaultContractInfo>();
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
158_wmiChannels = new SynchronizedCollection<IChannel>();