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