3 references to RemoveMetadata
Microsoft.Build (3)
Construction\ProjectItemElement.cs (2)
191
ErrorUtilities.VerifyThrowInvalidOperation(String.IsNullOrEmpty(value) ||
RemoveMetadata
.Length != 0, "OM_MatchOnMetadataOnlyApplicableToRemoveItems", ElementName, XMakeAttributes.matchOnMetadata);
232
ErrorUtilities.VerifyThrowInvalidOperation(String.IsNullOrEmpty(value) ||
RemoveMetadata
.Length == 0, "OM_EitherAttributeButNotBoth", ElementName, XMakeAttributes.removeMetadata, XMakeAttributes.keepMetadata);
Evaluation\Evaluator.cs (1)
535
itemElement.
RemoveMetadata
,