3 references to UserScopedSettingAttribute
System (1)
src\libraries\shims\System\ref\System.cs (1)
472[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.UserScopedSettingAttribute))]
System.Configuration.ConfigurationManager (2)
System\Configuration\LocalFileSettingsProvider.cs (2)
421bool isUser = setting.Attributes[typeof(UserScopedSettingAttribute)] is UserScopedSettingAttribute;