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