5 references to ConfigurationValue
System.Configuration (5)
System\Configuration\ConfigurationElement.cs (4)
1490
LockedAttributesList = new
ConfigurationValue
(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader));
1493
LockedAllExceptList = new
ConfigurationValue
(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader));
1496
LockedElementList = new
ConfigurationValue
(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader));
1499
LockedAllElementsExceptList = new
ConfigurationValue
(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader));
System\Configuration\ConfigurationValues.cs (1)
95
ConfigurationValue configValue = new
ConfigurationValue
(value, valueFlags, sourceInfo);