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