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