4 writes to Name
System.Configuration.ConfigurationManager (4)
System\Configuration\ApplicationSettingsBase.cs (1)
450settingsProperty.Name = propertyInfo.Name;
System\Configuration\SettingsProperty.cs (3)
22Name = name; 37Name = name; 62Name = propertyToCopy.Name;
14 references to Name
System.Configuration.ConfigurationManager (14)
System\Configuration\ApplicationSettingsBase.cs (1)
348PropertyChangedEventArgs pe = new PropertyChangedEventArgs(sp.Name);
System\Configuration\LocalFileSettingsProvider.cs (7)
75string settingName = setting.Name; 169roamingUserSettings[setting.Name] = ss; 173localUserSettings[setting.Name] = ss; 262return values[property.Name]; 382string settingName = setting.Name; 426throw new ConfigurationErrorsException(SR.Format(SR.BothScopeAttributes, setting.Name)); 430throw new ConfigurationErrorsException(SR.Format(SR.NoScopeAttributes, setting.Name));
System\Configuration\SettingsProperty.cs (1)
62Name = propertyToCopy.Name;
System\Configuration\SettingsPropertyCollection.cs (2)
24_hashtable.Add(property.Name, property); 31_hashtable.Remove(property.Name);
System\Configuration\SettingsPropertyValue.cs (3)
20public string Name => Property.Name; 168throw new ArgumentException(SR.Format(SR.Could_not_create_from_default_value, Property.Name, e.Message)); 173throw new ArgumentException(SR.Format(SR.Could_not_create_from_default_value_2, Property.Name));