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