7 references to IsSubpath
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (7)
440UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 443UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 2742Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath)); 4546if (UrlPath.IsSubpath(xTargetConfigPath, yTargetConfigPath)) { 4550else if (UrlPath.IsSubpath(yTargetConfigPath, xTargetConfigPath)) { 4565if (UrlPath.IsSubpath(xDefinitionConfigPath, yDefinitionConfigPath)) { 4569else if (UrlPath.IsSubpath(yDefinitionConfigPath, xDefinitionConfigPath)) {