13 references to UrlPath
System.Configuration.ConfigurationManager (13)
System\Configuration\BaseConfigurationRecord.cs (9)
399
UrlPath
.IsSubpath(locationSectionRecord.SectionXmlInfo.TargetConfigPath, ConfigPath) &&
401
UrlPath
.IsSubpath(parent.ConfigPath, locationSectionRecord.SectionXmlInfo.TargetConfigPath) &&
2167
Debug.Assert(
UrlPath
.IsSubpath(_parent.ConfigPath, input.SectionXmlInfo.TargetConfigPath));
2964
UrlPath
.IsEqualOrSubpath(targetConfigPath, parentTargetConfigPath))
3452
if (
UrlPath
.IsEqualOrSubpath(childConfigPath,
3758
if (
UrlPath
.IsSubpath(xTargetConfigPath, yTargetConfigPath))
3764
if (
UrlPath
.IsSubpath(yTargetConfigPath, xTargetConfigPath))
3780
if (
UrlPath
.IsSubpath(xDefinitionConfigPath, yDefinitionConfigPath))
3786
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);