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