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)
1022filePath = AttemptToShortenPath(filePath); 1056fullPath = AttemptToShortenPath(fullPath); 1080fullPath = AttemptToShortenPath(fullPath); 1104fullPath = AttemptToShortenPath(fullPath);
MSBuild.cs (2)
279string projectPath = FileUtilities.AttemptToShortenPath(project.ItemSpec); 512string projectPath = FileUtilities.AttemptToShortenPath(projects[i].ItemSpec);