5 references to SettingElementCollection
System (1)
src\libraries\shims\System\ref\System.cs (1)
443[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingElementCollection))]
System.Configuration.ConfigurationManager (4)
System\Configuration\ClientSettingsSection.cs (3)
11private static readonly ConfigurationProperty s_propSettings = new ConfigurationProperty(null, typeof(SettingElementCollection), null, ConfigurationPropertyOptions.IsDefaultCollection); 27public SettingElementCollection Settings 31return (SettingElementCollection)base[s_propSettings];
System\Configuration\ClientSettingsStore.cs (1)
184SettingElementCollection sec = section.Settings;