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