4 instantiations of DocumentXPathNodeIterator_Empty
System.Private.Xml (4)
System\Xml\Dom\DocumentXPathNavigator.cs (4)
1454return new DocumentXPathNodeIterator_Empty(this); 1460return new DocumentXPathNodeIterator_Empty(this); 1483return new DocumentXPathNodeIterator_Empty(this); 2171public override XPathNodeIterator Clone() { return new DocumentXPathNodeIterator_Empty(this); }
1 reference to DocumentXPathNodeIterator_Empty
System.Private.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
2170internal DocumentXPathNodeIterator_Empty(DocumentXPathNodeIterator_Empty other) { _nav = other._nav.Clone(); }