8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
65var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 88var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 150var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 190var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, reference.Path); 216var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, projectFilePath); 237var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath); 248var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
226var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath));