1 write to order
System.Xml (1)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
153
this.
order
= order;
2 references to order
System.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
166
return (this.
order
== XmlSortOrder.Ascending) ? result : -result;
179
return (this.
order
== XmlSortOrder.Ascending) ? result : -result;