3 instantiations of XPathDescendantIterator
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
23return new XPathDescendantIterator(this);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
1313return new XPathDescendantIterator(this.Clone(), type, matchSelf); 1318return new XPathDescendantIterator(this.Clone(), name, namespaceURI, matchSelf);
1 reference to XPathDescendantIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
16public XPathDescendantIterator(XPathDescendantIterator it) : base(it)