2 implementations of IsLocationApplicable
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
178public virtual bool IsLocationApplicable(string configPath) {
System\Configuration\Internal\InternalConfigHost.cs (1)
380bool IInternalConfigHost.IsLocationApplicable(string configPath) {
3 references to IsLocationApplicable
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (2)
400if (IsLocationConfig && Host.IsLocationApplicable(_configPath)) { 509if (Host.IsLocationApplicable(_configPath)) {
System\Configuration\Internal\DelegatingConfigHost.cs (1)
179return Host.IsLocationApplicable(configPath);