4 references to ComputeFullPath
Microsoft.Build.Framework (4)
ItemSpecModifiers.cs (4)
83
FullPath =
ComputeFullPath
(currentDirectory, definingProjectEscaped);
401
return cache.FullPath ??=
ComputeFullPath
(currentDirectory, itemSpec);
404
return ComputeRootDir(cache.FullPath ??=
ComputeFullPath
(currentDirectory, itemSpec));
416
return ComputeDirectory(cache.FullPath ??=
ComputeFullPath
(currentDirectory, itemSpec));