2 references to s_propSettings
System.Configuration.ConfigurationManager (2)
System\Configuration\ClientSettingsSection.cs (2)
12
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection() {
s_propSettings
};
31
return (SettingElementCollection)base[
s_propSettings
];