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