6 references to AttemptToShortenPath
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
317
string projectPath = FileUtilities.
AttemptToShortenPath
(project.ItemSpec);
553
string projectPath = FileUtilities.
AttemptToShortenPath
(projects[i].ItemSpec);
FileUtilities.cs (4)
960
filePath =
AttemptToShortenPath
(filePath);
994
fullPath =
AttemptToShortenPath
(fullPath);
1018
fullPath =
AttemptToShortenPath
(fullPath);
1042
fullPath =
AttemptToShortenPath
(fullPath);