6 references to AttemptToShortenPath
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
313
string projectPath = FileUtilities.
AttemptToShortenPath
(project.ItemSpec);
549
string projectPath = FileUtilities.
AttemptToShortenPath
(projects[i].ItemSpec);
FileUtilities.cs (4)
993
filePath =
AttemptToShortenPath
(filePath);
1027
fullPath =
AttemptToShortenPath
(fullPath);
1051
fullPath =
AttemptToShortenPath
(fullPath);
1075
fullPath =
AttemptToShortenPath
(fullPath);