1 implementation of IInternalConfigSystem
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientConfigurationSystem.cs (1)
9internal sealed class ClientConfigurationSystem : IInternalConfigSystem
8 references to IInternalConfigSystem
System.Configuration (1)
System.Configuration.cs (1)
65[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.IInternalConfigSystem))]
System.Configuration.ConfigurationManager (7)
System\Configuration\ClientConfigurationSystem.cs (3)
37object IInternalConfigSystem.GetSection(string sectionName) 56void IInternalConfigSystem.RefreshConfig(string sectionName) 64bool IInternalConfigSystem.SupportsUserConfig => true;
System\Configuration\ConfigurationManager.cs (2)
12private static volatile IInternalConfigSystem s_configSystem; 69internal static void SetConfigurationSystem(IInternalConfigSystem configSystem, bool initComplete)
System\Configuration\Internal\IInternalConfigSettingsFactory.cs (1)
10void SetConfigurationSystem(IInternalConfigSystem internalConfigSystem, bool initComplete);
System\Configuration\Internal\InternalConfigSettingsFactory.cs (1)
10void IInternalConfigSettingsFactory.SetConfigurationSystem(IInternalConfigSystem configSystem, bool initComplete)