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