2 instantiations of XPathDocumentElementDescendantIterator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
209return new XPathDocumentElementDescendantIterator(this);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
766return new XPathDocumentElementDescendantIterator(this, name, namespaceURI, matchSelf);
1 reference to XPathDocumentElementDescendantIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
196public XPathDocumentElementDescendantIterator(XPathDocumentElementDescendantIterator iter) : base(iter)