2 implementations of SupportsPath
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
138
public virtual bool
SupportsPath
=> Host.SupportsPath;
System\Configuration\Internal\InternalConfigHost.cs (1)
114
bool IInternalConfigHost.
SupportsPath
=> false;
2 references to SupportsPath
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
341
_flags[SupportsPath] = Host.
SupportsPath
;
System\Configuration\Internal\DelegatingConfigHost.cs (1)
138
public virtual bool SupportsPath => Host.
SupportsPath
;