2 implementations of CreateConfigurationContext
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
211
CreateConfigurationContext
( string configPath, string locationSubPath )
System\Configuration\Internal\InternalConfigHost.cs (1)
420
IInternalConfigHost.
CreateConfigurationContext
( string configPath,
2 references to CreateConfigurationContext
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
4325
_configContext = Host.
CreateConfigurationContext
(ConfigPath, LocationSubPath);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
213
return Host.
CreateConfigurationContext
( configPath, locationSubPath );