8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
65
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
88
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
150
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
190
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, reference.Path);
216
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, projectFilePath);
237
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, fullPath);
248
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
226
var relativePath = PathUtilities.GetDirectoryName(PathUtilities.
GetRelativePath
(_projectDirectory, filePath));