2 instantiations of SortQuery
System.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
58query = sortQuery = new SortQuery(query);
System\Xml\XPath\Internal\SortQuery.cs (1)
96public override XPathNodeIterator Clone() { return new SortQuery(this); }
3 references to SortQuery
System.Xml (3)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
56SortQuery sortQuery = query as SortQuery;
System\Xml\XPath\Internal\SortQuery.cs (1)
29private SortQuery(SortQuery other) : base(other) {