4 writes to FullPath
Microsoft.Build.Framework (3)
ItemSpecModifiers.cs (3)
420
return cache.
FullPath
??= ComputeFullPath(currentDirectory, itemSpec);
423
return cache.RootDir ??= ComputeRootDir(cache.
FullPath
??= ComputeFullPath(currentDirectory, itemSpec));
435
return cache.Directory ??= ComputeDirectory(cache.
FullPath
??= ComputeFullPath(currentDirectory, itemSpec));
Microsoft.Build.Framework.UnitTests (1)
FileUtilities_Tests.cs (1)
442
ItemSpecModifiers.Cache cache = new() {
FullPath
= fullPath };
1 reference to FullPath
Microsoft.Build.Framework.UnitTests (1)
FileUtilities_Tests.cs (1)
56
Assert.Equal(itemSpec, cache.
FullPath
);