1 implementation of IInternalConfigSystem
System.Configuration.ConfigurationManager (1)
System\Configuration\ClientConfigurationSystem.cs (1)
9
internal 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)
37
object
IInternalConfigSystem
.GetSection(string sectionName)
56
void
IInternalConfigSystem
.RefreshConfig(string sectionName)
64
bool
IInternalConfigSystem
.SupportsUserConfig => true;
System\Configuration\ConfigurationManager.cs (2)
12
private static volatile
IInternalConfigSystem
s_configSystem;
69
internal static void SetConfigurationSystem(
IInternalConfigSystem
configSystem, bool initComplete)
System\Configuration\Internal\IInternalConfigSettingsFactory.cs (1)
10
void SetConfigurationSystem(
IInternalConfigSystem
internalConfigSystem, bool initComplete);
System\Configuration\Internal\InternalConfigSettingsFactory.cs (1)
10
void IInternalConfigSettingsFactory.SetConfigurationSystem(
IInternalConfigSystem
configSystem, bool initComplete)