14 references to FullPath
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (1)
714
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
,
155
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)
657
outputItemFromTarget.SetMetadata(ItemMetadataNames.msbuildSourceProjectFile, projects[i].GetMetadata(ItemSpecModifiers.
FullPath
));
Microsoft.Build.Utilities.UnitTests (3)
TaskItem_Tests.cs (3)
137
t.SetMetadata(ItemSpecModifiers.
FullPath
, "bazbaz");
184
from.GetMetadata(ItemSpecModifiers.
FullPath
).ShouldBe(
195
from.GetMetadata(ItemSpecModifiers.RootDir).ShouldBe(Path.GetPathRoot(from.GetMetadata(ItemSpecModifiers.
FullPath
)));
MSBuild.Benchmarks (4)
ItemSpecModifiersBenchmark.cs (1)
85
=> ItemSpecModifiers.GetItemSpecModifier(_itemSpec, ItemSpecModifiers.
FullPath
, _currentDirectory, _definingProjectEscaped);
ItemSpecModifiersCachingBenchmark.cs (3)
81
last = item.GetMetadata(ItemSpecModifiers.
FullPath
);
147
last = item.GetMetadata(ItemSpecModifiers.
FullPath
);
167
last = item.GetMetadataValue(ItemSpecModifiers.
FullPath
);