7 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 (3)
ResolvePackageDependencies.cs (1)
476return Path.GetFullPath(new AbsolutePath(path, absProjectDir));
ResolveRuntimePackAssets.cs (2)
152AbsolutePath absoluteRuntimeListPath = new(Path.Combine("data", "RuntimeList.xml"), absoluteRuntimePackRoot); 210: Path.GetFullPath(new AbsolutePath(pathAttributeValue, absoluteRuntimePackRoot));