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