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)
78
public
AppSettingsSection
AppSettings => (
AppSettingsSection
)GetSection("appSettings");
System\Configuration\KeyValueInternalCollection.cs (2)
10
private readonly
AppSettingsSection
_root;
12
public KeyValueInternalCollection(
AppSettingsSection
root)