4 instantiations of DocumentXPathNodeIterator_Empty
System.Xml (4)
System\Xml\Dom\DocumentXPathNavigator.cs (4)
1199return new DocumentXPathNodeIterator_Empty( this ); 1205return new DocumentXPathNodeIterator_Empty( this ); 1224return new DocumentXPathNodeIterator_Empty( this ); 1807public override XPathNodeIterator Clone() { return new DocumentXPathNodeIterator_Empty( this ); }
1 reference to DocumentXPathNodeIterator_Empty
System.Xml (1)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1806internal DocumentXPathNodeIterator_Empty( DocumentXPathNodeIterator_Empty other ) { this.nav = other.nav.Clone(); }