2 types derived from SettingAttribute
System.Configuration.ConfigurationManager (2)
System\Configuration\ApplicationScopedSettingAttribute.cs (1)
10
public sealed class ApplicationScopedSettingAttribute :
SettingAttribute
System\Configuration\UserScopedSettingAttribute.cs (1)
10
public 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)
728
if (attr is
SettingAttribute
)