2 instantiations of CacheChildrenQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
142public override XPathNodeIterator Clone() { return new CacheChildrenQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
126result = new CacheChildrenQuery(qyInput, root.Name, root.Prefix, root.NodeType);
1 reference to CacheChildrenQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
33private CacheChildrenQuery(CacheChildrenQuery other) : base(other)