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