2 implementations of CreateDeprecatedConfigContext
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
206public virtual object CreateDeprecatedConfigContext(string configPath) {
System\Configuration\Internal\InternalConfigHost.cs (1)
413object IInternalConfigHost.CreateDeprecatedConfigContext(string configPath) {
2 references to CreateDeprecatedConfigContext
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
207return Host.CreateDeprecatedConfigContext(configPath);
System\Configuration\RuntimeConfigurationRecord.cs (1)
261object configContext = configRecord.Host.CreateDeprecatedConfigContext(configRecord.ConfigPath);