2 references to ComputeRootDir
Microsoft.Build.Framework (2)
ItemSpecModifiers.cs (2)
103
string rootDir =
ComputeRootDir
(FullPath);
423
return cache.RootDir ??=
ComputeRootDir
(cache.FullPath ??= ComputeFullPath(currentDirectory, itemSpec));