1 instantiation of XmlElementChildIterator
Microsoft.Build (1)
Xml\ProjectXmlUtilities.cs (1)
53return new XmlElementChildIterator(element, throwForInvalidNodeTypes);
3 references to XmlElementChildIterator
Microsoft.Build (3)
Xml\ProjectXmlUtilities.cs (2)
42internal static XmlElementChildIterator GetVerifyThrowProjectChildElements(XmlElementWithLocation element) 51private static XmlElementChildIterator GetChildElements(XmlElementWithLocation element, bool throwForInvalidNodeTypes)
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (1)
58public XmlElementChildIterator GetEnumerator()