5 references to ConfigurationValue
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationElement.cs (4)
1465
lockedAttributesList = new
ConfigurationValue
(reader.Value,
1469
lockedAllExceptList = new
ConfigurationValue
(reader.Value,
1473
lockedElementList = new
ConfigurationValue
(reader.Value,
1477
lockedAllElementsExceptList = new
ConfigurationValue
(reader.Value,
System\Configuration\ConfigurationValues.cs (1)
105
ConfigurationValue configValue = new
ConfigurationValue
(value, valueFlags, sourceInfo);