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