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