4 references to GetConfigValue
System.Configuration (4)
System\Configuration\ConfigurationValues.cs (3)
68
ConfigurationValue configurationValue =
GetConfigValue
(key);
78
ConfigurationValue configurationValue =
GetConfigValue
(key);
113
ConfigurationValue configValue =
GetConfigValue
(key);
System\Configuration\ProviderSettings.cs (1)
96
if ((Values.
GetConfigValue
(prop.Name).ValueFlags & ConfigurationValueFlags.Locked) == 0) {