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