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