4 references to GetAttributeWithLocation
Microsoft.Build (4)
ElementLocation\XmlElementWithLocation.cs (1)
153
XmlAttributeWithLocation attributeWithLocation =
GetAttributeWithLocation
(name);
Evaluation\ProjectParser.cs (2)
687
XmlAttributeWithLocation itemNameAttribute = element.
GetAttributeWithLocation
(XMakeAttributes.itemName);
688
XmlAttributeWithLocation propertyNameAttribute = element.
GetAttributeWithLocation
(XMakeAttributes.propertyName);
Xml\ProjectXmlUtilities.cs (1)
129
VerifyThrowProjectAttributeEitherMissingOrNotEmpty(xmlElement, xmlElement.
GetAttributeWithLocation
(attributeName), attributeName);