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