8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
60
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
83
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
145
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
185
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, reference.Path);
211
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, projectFilePath);
232
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, fullPath);
243
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
222
var relativePath = PathUtilities.GetDirectoryName(PathUtilities.
GetRelativePath
(_projectDirectory, filePath));