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