2 types derived from SettingAttribute
System.Configuration.ConfigurationManager (2)
System\Configuration\ApplicationScopedSettingAttribute.cs (1)
10public sealed class ApplicationScopedSettingAttribute : SettingAttribute
System\Configuration\UserScopedSettingAttribute.cs (1)
10public sealed class UserScopedSettingAttribute : SettingAttribute
2 references to SettingAttribute
System (1)
src\libraries\shims\System\ref\System.cs (1)
439[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SettingAttribute))]
System.Configuration.ConfigurationManager (1)
System\Configuration\ApplicationSettingsBase.cs (1)
728if (attr is SettingAttribute)