7 references to IsSubpath
System.Configuration.ConfigurationManager (7)
System\Configuration\BaseConfigurationRecord.cs (7)
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));
3762
if (UrlPath.
IsSubpath
(xTargetConfigPath, yTargetConfigPath))
3768
if (UrlPath.
IsSubpath
(yTargetConfigPath, xTargetConfigPath))
3784
if (UrlPath.
IsSubpath
(xDefinitionConfigPath, yDefinitionConfigPath))
3790
if (UrlPath.
IsSubpath
(yDefinitionConfigPath, xDefinitionConfigPath))