2 implementations of CreateConfigurationContext
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
185
CreateConfigurationContext
(string configPath, string locationSubPath)
System\Configuration\Internal\InternalConfigHost.cs (1)
158
object IInternalConfigHost.
CreateConfigurationContext
(string configPath, string locationSubPath)
2 references to CreateConfigurationContext
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
222
_configContext = Host.
CreateConfigurationContext
(ConfigPath, LocationSubPath);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
187
return Host.
CreateConfigurationContext
(configPath, locationSubPath);