Implemented interface member:
property
ConfigPath
System.Configuration.Internal.IInternalConfigRecord.ConfigPath
12 references to ConfigPath
System.Configuration.ConfigurationManager (12)
System\Configuration\BaseConfigurationRecord.cs (5)
222
_configContext = Host.CreateConfigurationContext(
ConfigPath
, LocationSubPath);
367
if (!StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath,
ConfigPath
))
403
UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath,
ConfigPath
) &&
405
UrlPath.IsSubpath(parent.
ConfigPath
, locationSectionRecord.SectionXmlInfo.TargetConfigPath) &&
2171
Debug.Assert(UrlPath.IsSubpath(_parent.
ConfigPath
, input.SectionXmlInfo.TargetConfigPath));
System\Configuration\Internal\InternalConfigRoot.cs (2)
269
RemoveConfigImpl(configRecord.
ConfigPath
, configRecord);
276
string[] parts = ConfigPathUtility.GetParts(configRecord.
ConfigPath
);
System\Configuration\MgmtConfigurationRecord.cs (4)
1772
string definitionConfigPath = IsLocationConfig ? _parent.
ConfigPath
:
ConfigPath
;
2701
elementLocationPathApplies = StringUtil.EqualsIgnoreCase(
ConfigPath
,
2702
Host.GetConfigPathFromLocationSubPath(Parent.
ConfigPath
, locationSubPathAttribute));
System\Configuration\RuntimeConfigurationRecord.cs (1)
179
object configContext = configRecord.Host.CreateDeprecatedConfigContext(configRecord.
ConfigPath
);