2 implementations of IInternalConfigSystem
System.Configuration (1)
System\Configuration\ClientConfigurationSystem.cs (1)
20internal sealed class ClientConfigurationSystem : IInternalConfigSystem {
System.Web (1)
Configuration\HttpConfigurationSystem.cs (1)
30internal class HttpConfigurationSystem : IInternalConfigSystem {
10 references to IInternalConfigSystem
System.Configuration (7)
System\Configuration\ClientConfigurationSystem.cs (3)
197object IInternalConfigSystem.GetSection(string sectionName) { 222void IInternalConfigSystem.RefreshConfig(string sectionName) { 231bool IInternalConfigSystem.SupportsUserConfig {
System\Configuration\ConfigurationManager.cs (2)
19private static volatile IInternalConfigSystem s_configSystem; 53internal static void SetConfigurationSystem(IInternalConfigSystem configSystem, bool initComplete) {
System\Configuration\Internal\IInternalConfigSettingsFactory.cs (1)
32void SetConfigurationSystem(IInternalConfigSystem internalConfigSystem, bool initComplete);
System\Configuration\Internal\InternalConfigSettingsFactory.cs (1)
18void IInternalConfigSettingsFactory.SetConfigurationSystem(IInternalConfigSystem configSystem, bool initComplete) {
System.Web (3)
Configuration\HttpConfigurationSystem.cs (3)
173object IInternalConfigSystem.GetSection(string configKey) { 179void IInternalConfigSystem.RefreshConfig(string sectionName) {} 182bool IInternalConfigSystem.SupportsUserConfig {