4 references to ComputeFullPath
Microsoft.Build.Framework (4)
ItemSpecModifiers.cs (4)
102
FullPath =
ComputeFullPath
(currentDirectory, definingProjectEscaped);
420
return cache.FullPath ??=
ComputeFullPath
(currentDirectory, itemSpec);
423
return cache.RootDir ??= ComputeRootDir(cache.FullPath ??=
ComputeFullPath
(currentDirectory, itemSpec));
435
return cache.Directory ??= ComputeDirectory(cache.FullPath ??=
ComputeFullPath
(currentDirectory, itemSpec));