6 references to AttemptToShortenPath
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
317string projectPath = FileUtilities.AttemptToShortenPath(project.ItemSpec); 553string projectPath = FileUtilities.AttemptToShortenPath(projects[i].ItemSpec);
FileUtilities.cs (4)
960filePath = AttemptToShortenPath(filePath); 994fullPath = AttemptToShortenPath(fullPath); 1018fullPath = AttemptToShortenPath(fullPath); 1042fullPath = AttemptToShortenPath(fullPath);