2 implementations of GetConfigPathFromLocationSubPath
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
159public virtual string GetConfigPathFromLocationSubPath(string configPath, string locationSubPath)
System\Configuration\Internal\InternalConfigHost.cs (1)
133string IInternalConfigHost.GetConfigPathFromLocationSubPath(string configPath, string locationSubPath)
4 references to GetConfigPathFromLocationSubPath
System.Configuration.ConfigurationManager (4)
System\Configuration\BaseConfigurationRecord.cs (2)
2838string targetConfigPath = host.GetConfigPathFromLocationSubPath(_configPath, locationSubPath); 2876string targetConfigPath = Host.GetConfigPathFromLocationSubPath(_configPath,
System\Configuration\Internal\DelegatingConfigHost.cs (1)
161return Host.GetConfigPathFromLocationSubPath(configPath, locationSubPath);
System\Configuration\MgmtConfigurationRecord.cs (1)
2702Host.GetConfigPathFromLocationSubPath(Parent.ConfigPath, locationSubPathAttribute));