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