8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (8)
272var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath)); 363var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 386var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 448var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 488var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, reference.Path); 514var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, projectFilePath); 535var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, fullPath); 546var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, fullPath);