8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (8)
276var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath)); 367var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 390var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 452var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, filePath); 492var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, reference.Path); 518var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, projectFilePath); 539var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, fullPath); 550var relativePath = PathUtilities.GetRelativePath(_loadedProject.DirectoryPath, fullPath);