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