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