8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
60var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 83var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 145var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 185var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, reference.Path); 211var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, projectFilePath); 232var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath); 243var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
222var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath));