2 references to ChildrenQuery
System.Xml (2)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
37private CacheChildrenQuery(CacheChildrenQuery other) : base(other) {
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
65public override XPathNodeIterator Clone() { return new ChildrenQuery(this); }