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