8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
56var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 79var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 141var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 181var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, reference.Path); 207var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, projectFilePath); 228var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath); 239var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
214var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath));