3 references to NoSettingsVersionUpgradeAttribute
System (1)
src\libraries\shims\System\ref\System.cs (1)
436
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
NoSettingsVersionUpgradeAttribute
))]
System.Configuration.ConfigurationManager (2)
System\Configuration\LocalFileSettingsProvider.cs (2)
499
if (!(sp.Attributes[typeof(
NoSettingsVersionUpgradeAttribute
)] is
NoSettingsVersionUpgradeAttribute
))