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