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