9 references to SetValue
System.Configuration.ConfigurationManager (9)
System\Configuration\ConfigurationElement.cs (8)
145Values.SetValue(prop.Name, childElement, ConfigurationValueFlags.Inherited, null); 386Values.SetValue(propInfo.Name, propInfo.Value, flags, 642Values.SetValue(key, value, flags, sourceInfo); 648Values.SetValue(key, value, flags, sourceInfo); 933Values.SetValue(key, value, valueFlags, null); 1402Values.SetValue(reader.Name, null, ConfigurationValueFlags.Modified, rootInfo); 1403Values.SetValue(DefaultCollectionPropertyName, defaultCollection, ConfigurationValueFlags.Modified, 1443Values.SetValue(propertyName,
System\Configuration\ConfigurationValues.cs (1)
25set { SetValue(key, value, ConfigurationValueFlags.Modified, null); }