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)
108public override XPathNodeIterator Clone() { return new SortQuery(this); }
3 references to SortQuery
System.Private.Xml (3)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
71SortQuery? sortQuery = _query as SortQuery;
System\Xml\XPath\Internal\SortQuery.cs (1)
28private SortQuery(SortQuery other) : base(other)