8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (7)
59
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
82
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
144
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, filePath);
184
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, reference.Path);
210
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, projectFilePath);
231
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, fullPath);
242
var relativePath = PathUtilities.
GetRelativePath
(project.DirectoryPath, fullPath);
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
218
var relativePath = PathUtilities.GetDirectoryName(PathUtilities.
GetRelativePath
(_projectDirectory, filePath));