3 references to MatchOnMetadataLocation
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
104
var matchOnMetadataEvaluated = bucket.Expander.ExpandIntoStringListLeaveEscaped(child.MatchOnMetadata, ExpanderOptions.ExpandAll, child.
MatchOnMetadataLocation
).ToList();
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
189
Assert.Equal(x.
MatchOnMetadataLocation
, y.
MatchOnMetadataLocation
, new Helpers.ElementLocationComparerIgnoringType());