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