6 references to AttemptToShortenPath
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
313
string projectPath = FileUtilities.
AttemptToShortenPath
(project.ItemSpec);
555
string projectPath = FileUtilities.
AttemptToShortenPath
(projects[i].ItemSpec);
FileUtilities.cs (4)
1022
filePath =
AttemptToShortenPath
(filePath);
1056
fullPath =
AttemptToShortenPath
(fullPath);
1080
fullPath =
AttemptToShortenPath
(fullPath);
1104
fullPath =
AttemptToShortenPath
(fullPath);