3 references to GetDirectoryOrRootName
System.Configuration (3)
System\Configuration\Internal\InternalConfigHost.cs (2)
92string dirStream = UrlPath.GetDirectoryOrRootName(streamName); 99string dirResult = UrlPath.GetDirectoryOrRootName(result);
System\Configuration\Internal\WriteFileContext.cs (1)
31string directoryname = UrlPath.GetDirectoryOrRootName(filename);