2 instantiations of XPathDocumentElementChildIterator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
87return new XPathDocumentElementChildIterator(this);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
744return new XPathDocumentElementChildIterator(this, name, namespaceURI);
1 reference to XPathDocumentElementChildIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (1)
76public XPathDocumentElementChildIterator(XPathDocumentElementChildIterator iter) : base(iter)