7 references to IsSubpath
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (7)
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));
4546
if (UrlPath.
IsSubpath
(xTargetConfigPath, yTargetConfigPath)) {
4550
else if (UrlPath.
IsSubpath
(yTargetConfigPath, xTargetConfigPath)) {
4565
if (UrlPath.
IsSubpath
(xDefinitionConfigPath, yDefinitionConfigPath)) {
4569
else if (UrlPath.
IsSubpath
(yDefinitionConfigPath, xDefinitionConfigPath)) {