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