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