4 references to KeyValueConfigurationCollection
System.Configuration (1)
System.Configuration.cs (1)
69
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
KeyValueConfigurationCollection
))]
System.Configuration.ConfigurationManager (3)
System\Configuration\AppSettingsSection.cs (3)
29
public
KeyValueConfigurationCollection
Settings => (
KeyValueConfigurationCollection
)base[s_propAppSettings];
48
type: typeof(
KeyValueConfigurationCollection
),