8 references to GetRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
MSBuild\ProjectFile\ProjectFile.cs (8)
272
var relativePath = PathUtilities.GetDirectoryName(PathUtilities.
GetRelativePath
(_projectDirectory, filePath));
363
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
386
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
448
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, filePath);
488
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, reference.Path);
514
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, projectFilePath);
535
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, fullPath);
546
var relativePath = PathUtilities.
GetRelativePath
(_loadedProject.DirectoryPath, fullPath);