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