1 type derived from DocumentXPathNodeIterator_ElemChildren_NoLocalName
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
2332internal sealed class DocumentXPathNodeIterator_ElemChildren_AndSelf_NoLocalName : DocumentXPathNodeIterator_ElemChildren_NoLocalName
2 instantiations of DocumentXPathNodeIterator_ElemChildren_NoLocalName
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1466return new DocumentXPathNodeIterator_ElemChildren_NoLocalName(this, nsAtom); 2321return new DocumentXPathNodeIterator_ElemChildren_NoLocalName(this);
1 reference to DocumentXPathNodeIterator_ElemChildren_NoLocalName
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
2315internal DocumentXPathNodeIterator_ElemChildren_NoLocalName(DocumentXPathNodeIterator_ElemChildren_NoLocalName other) : base(other)