2 instantiations of XPathDocumentKindDescendantIterator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
277
return new
XPathDocumentKindDescendantIterator
(this);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
753
return new
XPathDocumentKindDescendantIterator
(this, type, matchSelf);
1 reference to XPathDocumentKindDescendantIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
265
public XPathDocumentKindDescendantIterator(
XPathDocumentKindDescendantIterator
iter) : base(iter)