8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
55var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 78var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 140var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, filePath); 180var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, reference.Path); 206var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, projectFilePath); 227var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath); 238var relativePath = PathUtilities.GetRelativePath(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
194var relativePath = PathUtilities.GetDirectoryName(PathUtilities.GetRelativePath(_projectDirectory, filePath));