2 instantiations of XPathDocumentKindChildIterator
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (1)
138return new XPathDocumentKindChildIterator(this);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
738return new XPathDocumentKindChildIterator(this, type);
1 reference to XPathDocumentKindChildIterator
System.Private.Xml (1)
System\Xml\Cache\XPathDocumentIterator.cs (1)
128public XPathDocumentKindChildIterator(XPathDocumentKindChildIterator iter) : base(iter)