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