4 instantiations of DocumentXPathNodeIterator_Empty
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (4)
1469
return new
DocumentXPathNodeIterator_Empty
(this);
1475
return new
DocumentXPathNodeIterator_Empty
(this);
1498
return new
DocumentXPathNodeIterator_Empty
(this);
2195
public override XPathNodeIterator Clone() { return new
DocumentXPathNodeIterator_Empty
(this); }
1 reference to DocumentXPathNodeIterator_Empty
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
2194
internal DocumentXPathNodeIterator_Empty(
DocumentXPathNodeIterator_Empty
other) { _nav = other._nav.Clone(); }