Implemented interface member:
property
ConfigPath
System.Configuration.Internal.IInternalConfigRecord.ConfigPath
13 references to ConfigPath
System.Configuration (13)
System\Configuration\BaseConfigurationRecord.cs (5)
382
if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this.
ConfigPath
)) {
440
UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath,
ConfigPath
) &&
443
UrlPath.IsSubpath(parent.
ConfigPath
, locationSectionRecord.SectionXmlInfo.TargetConfigPath) &&
2742
Debug.Assert(UrlPath.IsSubpath(_parent.
ConfigPath
, input.SectionXmlInfo.TargetConfigPath));
4325
_configContext = Host.CreateConfigurationContext(
ConfigPath
, LocationSubPath);
System\Configuration\Internal\InternalConfigRoot.cs (2)
314
RemoveConfigImpl(configRecord.
ConfigPath
, configRecord);
323
string[] parts = ConfigPathUtility.GetParts(configRecord.
ConfigPath
);
System\Configuration\MgmtConfigurationRecord.cs (5)
1765
&& (String.Equals(configSection._configRecord.
ConfigPath
, ClientConfigurationHost.MachineConfigName, StringComparison.Ordinal)
1926
string definitionConfigPath = (IsLocationConfig) ? _parent.
ConfigPath
:
ConfigPath
;
2824
elementLocationPathApplies = StringUtil.EqualsIgnoreCase(
ConfigPath
, Host.GetConfigPathFromLocationSubPath(Parent.
ConfigPath
, locationSubPathAttribute));
System\Configuration\RuntimeConfigurationRecord.cs (1)
261
object configContext = configRecord.Host.CreateDeprecatedConfigContext(configRecord.
ConfigPath
);