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