2 instantiations of XPathDocumentElementChildIterator
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
85return new XPathDocumentElementChildIterator(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
750return new XPathDocumentElementChildIterator(this, name, namespaceURI);
1 reference to XPathDocumentElementChildIterator
System.Private.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
74public XPathDocumentElementChildIterator(XPathDocumentElementChildIterator iter) : base(iter)