2 instantiations of SortQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
74
_query = sortQuery = new
SortQuery
(_query);
System\Xml\XPath\Internal\SortQuery.cs (1)
108
public override XPathNodeIterator Clone() { return new
SortQuery
(this); }
3 references to SortQuery
System.Private.Xml (3)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
71
SortQuery
? sortQuery = _query as
SortQuery
;
System\Xml\XPath\Internal\SortQuery.cs (1)
28
private SortQuery(
SortQuery
other) : base(other)