6 references to AbsolutePath
Microsoft.Build.Framework (3)
FileUtilities.cs (1)
403
return new
AbsolutePath
(path, new AbsolutePath(workingDir!));
MultiProcessTaskEnvironmentDriver.cs (1)
41
return new
AbsolutePath
(path, ProjectDirectory);
MultiThreadedTaskEnvironmentDriver.cs (1)
71
return new
AbsolutePath
(path, ProjectDirectory);
Microsoft.Build.Framework.UnitTests (3)
AbsolutePath_Tests.cs (3)
71
Should.Throw<ArgumentNullException>(() => new
AbsolutePath
(path!, basePath));
81
var exception = Should.Throw<ArgumentException>(() => new
AbsolutePath
(path, basePath));
94
var absolutePath = new
AbsolutePath
(relativePath, basePath);