6 references to ThrowIfProjectInvalidChildElement
Microsoft.Build (6)
Evaluation\ProjectParser.cs (4)
211if (ProjectXmlUtilities.ThrowIfProjectInvalidChildElement(childElement.Name, childElement.ParentNode.Name, childElement.Location, _ParserIgnoreConfiguration)) 577if (ProjectXmlUtilities.ThrowIfProjectInvalidChildElement(childElement.Name, element.Name, element.Location, _ParserIgnoreConfiguration)) 836if (ProjectXmlUtilities.ThrowIfProjectInvalidChildElement(childElement.Name, element.Name, element.Location, _ParserIgnoreConfiguration)) 908if (ProjectXmlUtilities.ThrowIfProjectInvalidChildElement(childElement.Name, element.Name, element.Location, _ParserIgnoreConfiguration))
Xml\ProjectXmlUtilities.cs (1)
63ThrowIfProjectInvalidChildElement(child.Name, element.Name, element.Location, config);
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (1)
100ThrowIfProjectInvalidChildElement(child.Name, _element.Name, _element.Location, config: null);