3 references to DefaultSettingValueAttribute
System (1)
src\libraries\shims\System\ref\System.cs (1)
423[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.DefaultSettingValueAttribute))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ApplicationSettingsBase.cs (2)
459if (attribute is DefaultSettingValueAttribute) 461settingsProperty.DefaultValue = ((DefaultSettingValueAttribute)attribute).Value;