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