6 references to AttemptToShortenPath
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
313string projectPath = FileUtilities.AttemptToShortenPath(project.ItemSpec); 549string projectPath = FileUtilities.AttemptToShortenPath(projects[i].ItemSpec);
FileUtilities.cs (4)
993filePath = AttemptToShortenPath(filePath); 1027fullPath = AttemptToShortenPath(fullPath); 1051fullPath = AttemptToShortenPath(fullPath); 1075fullPath = AttemptToShortenPath(fullPath);