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)
960
filePath =
AttemptToShortenPath
(filePath);
994
fullPath =
AttemptToShortenPath
(fullPath);
1018
fullPath =
AttemptToShortenPath
(fullPath);
1042
fullPath =
AttemptToShortenPath
(fullPath);
MSBuild.cs (2)
282
string projectPath = FileUtilities.
AttemptToShortenPath
(project.ItemSpec);
509
string projectPath = FileUtilities.
AttemptToShortenPath
(projects[i].ItemSpec);