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