4 instantiations of DocumentXPathNodeIterator_Empty
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (4)
1469return new DocumentXPathNodeIterator_Empty(this); 1475return new DocumentXPathNodeIterator_Empty(this); 1498return new DocumentXPathNodeIterator_Empty(this); 2195public 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)
2194internal DocumentXPathNodeIterator_Empty(DocumentXPathNodeIterator_Empty other) { _nav = other._nav.Clone(); }