3 references to VerifyThrowProjectAttributeEitherMissingOrNotEmpty
Microsoft.Build (3)
Evaluation\ProjectParser.cs (2)
696ProjectXmlUtilities.VerifyThrowProjectAttributeEitherMissingOrNotEmpty(element, itemNameAttribute, XMakeAttributes.itemName); 697ProjectXmlUtilities.VerifyThrowProjectAttributeEitherMissingOrNotEmpty(element, propertyNameAttribute, XMakeAttributes.propertyName);
Xml\ProjectXmlUtilities.cs (1)
129VerifyThrowProjectAttributeEitherMissingOrNotEmpty(xmlElement, xmlElement.GetAttributeWithLocation(attributeName), attributeName);