6 references to GetAttributeValue
Microsoft.Build (6)
Construction\ProjectElement.cs (1)
112return GetAttributeValue(XMakeAttributes.condition, ref _condition);
Construction\ProjectItemElement.cs (5)
100return GetAttributeValue(XMakeAttributes.include, ref _include); 122return GetAttributeValue(XMakeAttributes.exclude, ref _exclude); 144return GetAttributeValue(XMakeAttributes.remove, ref _remove); 163return GetAttributeValue(XMakeAttributes.update, ref _update); 183return GetAttributeValue(XMakeAttributes.matchOnMetadata, ref _matchOnMetadata);