5 instantiations of 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);
24 references to ConfigurationValue
System.Configuration.ConfigurationManager (24)
System\Configuration\ConfigurationElement.cs (7)
620
ConfigurationValue
configValue = parentElement.Values.GetConfigValue(index);
1201
ConfigurationValue
value, string collectionProperties)
1274
private ConfigurationLockCollection ParseLockedAttributes(
ConfigurationValue
value,
1386
ConfigurationValue
lockedAttributesList = null;
1387
ConfigurationValue
lockedAllExceptList = null;
1388
ConfigurationValue
lockedElementList = null;
1389
ConfigurationValue
lockedAllElementsExceptList = null;
System\Configuration\ConfigurationValues.cs (17)
22
ConfigurationValue
configValue = GetConfigValue(key);
32
ConfigurationValue
configValue = GetConfigValue(index);
67
internal
ConfigurationValue
GetConfigValue(string key)
69
return (
ConfigurationValue
)BaseGet(key);
72
internal
ConfigurationValue
GetConfigValue(int index)
74
return (
ConfigurationValue
)BaseGet(index);
79
ConfigurationValue
configurationValue = GetConfigValue(key);
85
ConfigurationValue
configurationValue = GetConfigValue(key);
89
private
ConfigurationValue
CreateConfigValue(object value, ConfigurationValueFlags valueFlags,
105
ConfigurationValue
configValue = new ConfigurationValue(value, valueFlags, sourceInfo);
112
ConfigurationValue
configValue = CreateConfigValue(value, valueFlags, sourceInfo);
123
ConfigurationValue
configurationValue = (
ConfigurationValue
)BaseGet(key);
129
ConfigurationValue
configurationValue = (
ConfigurationValue
)BaseGet(key);
137
ConfigurationValue
configurationValue = (
ConfigurationValue
)BaseGet(key);