4 references to GetConfigValue
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationValues.cs (3)
22
ConfigurationValue configValue =
GetConfigValue
(key);
79
ConfigurationValue configurationValue =
GetConfigValue
(key);
85
ConfigurationValue configurationValue =
GetConfigValue
(key);
System\Configuration\ProviderSettings.cs (1)
118
if ((Values.
GetConfigValue
(prop.Name).ValueFlags & ConfigurationValueFlags.Locked) != 0)