6 references to SetOrRemoveAttribute
Microsoft.Build (6)
Construction\ProjectElement.cs (1)
118SetOrRemoveAttribute(XMakeAttributes.condition, value, ref _condition, "Set condition {0}", value);
Construction\ProjectItemElement.cs (5)
106SetOrRemoveAttribute(XMakeAttributes.include, value, ref _include, "Set item Include {0}", value); 129SetOrRemoveAttribute(XMakeAttributes.exclude, value, ref _exclude, "Set item Exclude {0}", value); 150SetOrRemoveAttribute(XMakeAttributes.remove, value, ref _remove, "Set item Remove {0}", value); 169SetOrRemoveAttribute(XMakeAttributes.update, value, ref _update, "Set item Update {0}", value); 192SetOrRemoveAttribute(XMakeAttributes.matchOnMetadata, value, ref _matchOnMetadata, "Set item MatchOnMetadata {0}", value);