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