8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (8)
275
var relativePath = PathUtilities.GetDirectoryName(PathUtilities.
GetRelativePath
(_projectDirectory, filePath));
366
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
389
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
451
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
491
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, reference.Path);
517
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, projectFilePath);
538
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, fullPath);
549
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, fullPath);