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