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