2 instantiations of XPathDocumentKindChildIterator
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
126return new XPathDocumentKindChildIterator(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
661return new XPathDocumentKindChildIterator(this, type);
1 reference to XPathDocumentKindChildIterator
System.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
118public XPathDocumentKindChildIterator(XPathDocumentKindChildIterator iter) : base(iter) {