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