4 references to AbsolutePath
Microsoft.Build.Framework (4)
PathHelpers\AbsolutePath.cs (2)
45public AbsolutePath(string path, AbsolutePath basePath) 54public static implicit operator string(AbsolutePath path) => throw new NotImplementedException();
TaskEnvironment.cs (2)
19public AbsolutePath ProjectDirectory 31public AbsolutePath GetAbsolutePath(string path) => throw new NotImplementedException();