2 instantiations of SortQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (1)
70
_query = sortQuery = new
SortQuery
(_query);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (1)
109
public override XPathNodeIterator Clone() { return new
SortQuery
(this); }
3 references to SortQuery
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (2)
67
SortQuery
sortQuery = _query as
SortQuery
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (1)
29
private SortQuery(
SortQuery
other) : base(other)