8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (8)
275var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath)); 366var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 389var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 451var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 491var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, reference.Path); 517var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, projectFilePath); 538var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, fullPath); 549var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, fullPath);