5 references to GetDirectoryName
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
122var baseDirectory = PathUtilities.GetDirectoryName(Project.FullPath);
MSBuild\ProjectFile\ProjectFile.cs (2)
270return [.. PathUtilities.GetDirectoryName(linkPath).Split(PathUtilities.DirectorySeparatorChar, PathUtilities.AltDirectorySeparatorChar)]; 275var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath));
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (2)
176currentChild = GetDirectoryName(currentChild); 532currentPath = GetDirectoryName(currentPath);