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