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)
993
filePath =
AttemptToShortenPath
(filePath);
1027
fullPath =
AttemptToShortenPath
(fullPath);
1051
fullPath =
AttemptToShortenPath
(fullPath);
1075
fullPath =
AttemptToShortenPath
(fullPath);
MSBuild.cs (2)
279
string projectPath = FileUtilities.
AttemptToShortenPath
(project.ItemSpec);
506
string projectPath = FileUtilities.
AttemptToShortenPath
(projects[i].ItemSpec);