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