7 references to AttemptToShortenPath
Microsoft.Build.Tasks.Core (7)
FileState.cs (1)
86
_filename = FileUtilities.
AttemptToShortenPath
(filename); // This is no-op unless the path actually is too long
FileUtilities.cs (4)
1022
filePath =
AttemptToShortenPath
(filePath);
1056
fullPath =
AttemptToShortenPath
(fullPath);
1080
fullPath =
AttemptToShortenPath
(fullPath);
1104
fullPath =
AttemptToShortenPath
(fullPath);
MSBuild.cs (2)
279
string projectPath = FileUtilities.
AttemptToShortenPath
(project.ItemSpec);
512
string projectPath = FileUtilities.
AttemptToShortenPath
(projects[i].ItemSpec);