6 references to ThrowProjectInvalidChildElement
Microsoft.Build (6)
Evaluation\ProjectParser.cs (4)
207ProjectXmlUtilities.ThrowProjectInvalidChildElement(childElement.Name, childElement.ParentNode.Name, childElement.Location); 559ProjectXmlUtilities.ThrowProjectInvalidChildElement(childElement.Name, element.Name, element.Location); 800ProjectXmlUtilities.ThrowProjectInvalidChildElement(childElement.Name, element.Name, element.Location); 868ProjectXmlUtilities.ThrowProjectInvalidChildElement(childElement.Name, element.Name, element.Location);
Xml\ProjectXmlUtilities.cs (1)
63ThrowProjectInvalidChildElement(child.Name, element.Name, element.Location);
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (1)
100ThrowProjectInvalidChildElement(child.Name, _element.Name, _element.Location);