8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (8)
276
var relativePath = PathUtilities.GetDirectoryName(PathUtilities.
GetRelativePath
(_projectDirectory, filePath));
367
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
390
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
452
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
492
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, reference.Path);
518
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, projectFilePath);
539
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, fullPath);
550
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, fullPath);