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