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