3 instantiations of XPathChildIterator
System.Private.Xml (3)
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
16return new XPathChildIterator(this);
System\Xml\XPath\XPathNavigator.cs (2)
1226return new XPathChildIterator(this.Clone(), type); 1231return new XPathChildIterator(this.Clone(), name, namespaceURI);
1 reference to XPathChildIterator
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
12public XPathChildIterator(XPathChildIterator it) : base(it) { }