1 type derived from DocumentXPathNodeIterator_ElemChildren
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
2397internal sealed class DocumentXPathNodeIterator_ElemChildren_AndSelf : DocumentXPathNodeIterator_ElemChildren
2 instantiations of DocumentXPathNodeIterator_ElemChildren
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1471return new DocumentXPathNodeIterator_ElemChildren(this, localNameAtom, nsAtom); 2386return new DocumentXPathNodeIterator_ElemChildren(this);
1 reference to DocumentXPathNodeIterator_ElemChildren
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
2378internal DocumentXPathNodeIterator_ElemChildren(DocumentXPathNodeIterator_ElemChildren other) : base(other)