13 references to UrlPath
System.Configuration.ConfigurationManager (13)
System\Configuration\BaseConfigurationRecord.cs (9)
403UrlPath.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) && 405UrlPath.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) && 2171Debug.Assert(UrlPath.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath)); 2968UrlPath.IsEqualOrSubpath(targetConfigPath, parentTargetConfigPath)) 3456if (UrlPath.IsEqualOrSubpath(childConfigPath, 3762if (UrlPath.IsSubpath(xTargetConfigPath, yTargetConfigPath)) 3768if (UrlPath.IsSubpath(yTargetConfigPath, xTargetConfigPath)) 3784if (UrlPath.IsSubpath(xDefinitionConfigPath, yDefinitionConfigPath)) 3790if (UrlPath.IsSubpath(yDefinitionConfigPath, xDefinitionConfigPath))
System\Configuration\Internal\InternalConfigHost.cs (3)
198string dirStream = UrlPath.GetDirectoryOrRootName(streamName); 205string dirResult = UrlPath.GetDirectoryOrRootName(result); 206if (!UrlPath.IsEqualOrSubdirectory(dirStream, dirResult))
System\Configuration\Internal\WriteFileContext.cs (1)
28string directoryname = UrlPath.GetDirectoryOrRootName(filename);