9 references to AttemptToShortenPath
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
319
AbsolutePath projectPath = TaskEnvironment.GetAbsolutePath(FileUtilities.
AttemptToShortenPath
(project.ItemSpec));
561
string projectPath = FileUtilities.
AttemptToShortenPath
(projects[i].ItemSpec);
Microsoft.Build.Framework (4)
FileUtilities.cs (4)
1204
filePath =
AttemptToShortenPath
(filePath);
1238
fullPath =
AttemptToShortenPath
(fullPath);
1262
fullPath =
AttemptToShortenPath
(fullPath);
1286
fullPath =
AttemptToShortenPath
(fullPath);
Microsoft.Build.Tasks.Core (3)
FileState.cs (1)
87
_filename = FileUtilities.
AttemptToShortenPath
(filename); // This is no-op unless the path actually is too long
MSBuild.cs (2)
279
string projectPath = FileUtilities.
AttemptToShortenPath
(project.ItemSpec);
512
string projectPath = FileUtilities.
AttemptToShortenPath
(projects[i].ItemSpec);