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