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