8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
56
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
79
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
141
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
181
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, reference.Path);
207
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, projectFilePath);
228
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, fullPath);
239
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
214
var relativePath = PathUtilities.GetDirectoryName(PathUtilities.
GetRelativePath
(_projectDirectory, filePath));