2 instantiations of DocumentXPathNodeIterator_ElemChildren_AndSelf
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1470return new DocumentXPathNodeIterator_ElemChildren_AndSelf(this, localNameAtom, nsAtom); 2410return new DocumentXPathNodeIterator_ElemChildren_AndSelf(this);
1 reference to DocumentXPathNodeIterator_ElemChildren_AndSelf
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
2404internal DocumentXPathNodeIterator_ElemChildren_AndSelf(DocumentXPathNodeIterator_ElemChildren_AndSelf other) : base(other)