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