3 references to RootPath
Microsoft.Build.Tasks.Core (3)
GetReferenceAssemblyPaths.cs (3)
168
AbsolutePath? absoluteRootPath = !string.IsNullOrEmpty(
RootPath
)
169
? TaskEnvironment.GetAbsolutePath(
RootPath
)
170
: new AbsolutePath(
RootPath
, ignoreRootedCheck: true);