7 references to FullPath
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (1)
699outputItemFromTarget.SetMetadata(ItemMetadataNames.msbuildSourceProjectFile, projects[i].GetMetadata(ItemSpecModifiers.FullPath));
Evaluation\Expander.cs (2)
2463[$"%({ItemSpecModifiers.FullPath})"] = ItemSpecModifiers.FullPath,
Microsoft.Build.Framework (2)
ItemSpecModifiers.cs (2)
38FullPath, 136if (string.Equals(name, FullPath, StringComparison.OrdinalIgnoreCase))
Microsoft.Build.Tasks.Core (2)
AssignLinkMetadata.cs (1)
49string fullPath = item.GetMetadata(ItemSpecModifiers.FullPath);
MSBuild.cs (1)
641outputItemFromTarget.SetMetadata(ItemMetadataNames.msbuildSourceProjectFile, projects[i].GetMetadata(ItemSpecModifiers.FullPath));