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