2 references to ChildrenQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
27public CacheChildrenQuery(Query qyInput, string name, string prefix, XPathNodeType type) : base(qyInput, name, prefix, type)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
130result = new ChildrenQuery(qyInput, root.Name, root.Prefix, root.NodeType);