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