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