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