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