2 instantiations of XPathDocumentKindChildIterator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
140return new XPathDocumentKindChildIterator(this);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
732return new XPathDocumentKindChildIterator(this, type);
1 reference to XPathDocumentKindChildIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
130public XPathDocumentKindChildIterator(XPathDocumentKindChildIterator iter) : base(iter)