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