4 references to KeepMetadataLocation
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (2)
86
var keepMetadataEvaluated = bucket.Expander.ExpandIntoStringListLeaveEscaped(child.KeepMetadata, ExpanderOptions.ExpandAll, child.
KeepMetadataLocation
).ToList();
390
ProjectErrorUtilities.VerifyThrowInvalidProject(!(keepMetadata != null && removeMetadata != null), originalItem.
KeepMetadataLocation
, "KeepAndRemoveMetadataMutuallyExclusive");
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
184
Assert.Equal(x.
KeepMetadataLocation
, y.
KeepMetadataLocation
, new Helpers.ElementLocationComparerIgnoringType());