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