2 implementations of IsLocationApplicable
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
164public virtual bool IsLocationApplicable(string configPath)
System\Configuration\Internal\InternalConfigHost.cs (1)
138bool IInternalConfigHost.IsLocationApplicable(string configPath)
3 references to IsLocationApplicable
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (2)
384if (IsLocationConfig && Host.IsLocationApplicable(_configPath)) 464if (Host.IsLocationApplicable(_configPath))
System\Configuration\Internal\DelegatingConfigHost.cs (1)
166return Host.IsLocationApplicable(configPath);