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