7 references to IsSubpath
System.Configuration.ConfigurationManager (7)
System\Configuration\BaseConfigurationRecord.cs (7)
399
UrlPath.
IsSubpath
(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) &&
401
UrlPath.
IsSubpath
(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) &&
2167
Debug.Assert(UrlPath.
IsSubpath
(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath));
3758
if (UrlPath.
IsSubpath
(xTargetConfigPath, yTargetConfigPath))
3764
if (UrlPath.
IsSubpath
(yTargetConfigPath, xTargetConfigPath))
3780
if (UrlPath.
IsSubpath
(xDefinitionConfigPath, yDefinitionConfigPath))
3786
if (UrlPath.
IsSubpath
(yDefinitionConfigPath, xDefinitionConfigPath))