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