2 implementations of RefreshConfig
System.Configuration (1)
System\Configuration\ClientConfigurationSystem.cs (1)
222
void IInternalConfigSystem.
RefreshConfig
(string sectionName) {
System.Web (1)
Configuration\HttpConfigurationSystem.cs (1)
179
void IInternalConfigSystem.
RefreshConfig
(string sectionName) {}
1 reference to RefreshConfig
System.Configuration (1)
System\Configuration\ConfigurationManager.cs (1)
196
s_configSystem.
RefreshConfig
(sectionName);