5 references to AppSettingsSection
System.Configuration (1)
System.Configuration.cs (1)
4[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.AppSettingsSection))]
System.Configuration.ConfigurationManager (4)
System\Configuration\Configuration.cs (2)
78public AppSettingsSection AppSettings => (AppSettingsSection)GetSection("appSettings");
System\Configuration\KeyValueInternalCollection.cs (2)
10private readonly AppSettingsSection _root; 12public KeyValueInternalCollection(AppSettingsSection root)