8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
59var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 82var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 144var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 184var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, reference.Path); 210var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, projectFilePath); 231var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath); 242var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
218var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath));