4 references to s_propertyBags
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElement.cs (4)
711
ConfigurationPropertyCollection properties = (ConfigurationPropertyCollection)
s_propertyBags
[type];
715
lock (
s_propertyBags
.SyncRoot)
717
properties = (ConfigurationPropertyCollection)
s_propertyBags
[type];
721
s_propertyBags
[type] = properties;