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