6 writes to
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElement.cs (6)
845Values[prop.Name] = value ?? s_nullPropertyValue; 969Values[prop.Name] = value; 980Values[prop.Name] = value; 984Values[prop.Name] = value2; 986Values[prop.Name] = value; 1823if (!ensureKeysOnly || prop.IsKey) Values[prop.Name] = OnRequiredPropertyNotFound(prop.Name);
8 references to
System.Configuration.ConfigurationManager (8)
System\Configuration\ConfigurationElement.cs (6)
118object o = Values[prop.Name]; 125o = Values[prop.Name]; 683object thisValue = Values[configProperty.Name]; 684object otherValue = otherElement.Values[configProperty.Name]; 945object value = sourceElement.Values[prop.Name]; 962object value2 = parentElement?.Values[prop.Name] ?? prop.DefaultValue;
System\Configuration\PropertyInformation.cs (2)
42if (_thisElement.Values[Name] == null) return PropertyValueOrigin.Default; 47public bool IsModified => _thisElement.Values[Name] != null && _thisElement.Values.IsModified(Name);