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