8 references to FullPath
Microsoft.Build.Tasks.Core (8)
AssignLinkMetadata.cs (1)
49string fullPath = item.GetMetadata(FileUtilities.ItemSpecModifiers.FullPath);
Modifiers.cs (6)
55FullPath, 126if (name == FileUtilities.ItemSpecModifiers.FullPath) 392if (string.Equals(modifier, FileUtilities.ItemSpecModifiers.FullPath, StringComparison.OrdinalIgnoreCase)) 411GetItemSpecModifier(currentDirectory, itemSpec, definingProjectEscaped, ItemSpecModifiers.FullPath, ref fullPath); 460GetItemSpecModifier(currentDirectory, itemSpec, definingProjectEscaped, ItemSpecModifiers.FullPath, ref fullPath); 576additionalModifier = ItemSpecModifiers.FullPath;
MSBuild.cs (1)
654outputItemFromTarget.SetMetadata(ItemMetadataNames.msbuildSourceProjectFile, projects[i].GetMetadata(FileUtilities.ItemSpecModifiers.FullPath));