5 references to AbsolutePath
Microsoft.Build.Framework (3)
FileUtilities.cs (1)
403
return new
AbsolutePath
(path, new AbsolutePath(workingDir!));
MultiProcessTaskEnvironmentDriver.cs (1)
42
return new
AbsolutePath
(path, ProjectDirectory);
MultiThreadedTaskEnvironmentDriver.cs (1)
72
return new
AbsolutePath
(path, ProjectDirectory);
Microsoft.Build.Tasks.Core (1)
ManifestUtil\PathUtil.cs (1)
245
return new
AbsolutePath
(path, baseDirectory).GetCanonicalForm();
Microsoft.NET.Build.Tasks (1)
ResolvePackageDependencies.cs (1)
476
return Path.GetFullPath(new
AbsolutePath
(path, absProjectDir));