14 references to UrlPath
System.Configuration (14)
System\Configuration\BaseConfigurationRecord.cs (9)
440UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 443UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 2742Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath)); 3517UrlPath.IsEqualOrSubpath(targetConfigPath, parentTargetConfigPath)) { 4085if (UrlPath.IsEqualOrSubpath(childConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath)) { 4546if (UrlPath.IsSubpath(xTargetConfigPath, yTargetConfigPath)) { 4550else if (UrlPath.IsSubpath(yTargetConfigPath, xTargetConfigPath)) { 4565if (UrlPath.IsSubpath(xDefinitionConfigPath, yDefinitionConfigPath)) { 4569else if (UrlPath.IsSubpath(yDefinitionConfigPath, xDefinitionConfigPath)) {
System\Configuration\ClientConfigurationHost.cs (1)
461url = UrlPath.ConvertFileNameToUrl(configRecord.StreamName);
System\Configuration\Internal\InternalConfigHost.cs (3)
92string dirStream = UrlPath.GetDirectoryOrRootName(streamName); 99string dirResult = UrlPath.GetDirectoryOrRootName(result); 100if (!UrlPath.IsEqualOrSubdirectory(dirStream, dirResult)) {
System\Configuration\Internal\WriteFileContext.cs (1)
31string directoryname = UrlPath.GetDirectoryOrRootName(filename);