1 write to order
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\SortAction.cs (1)
112
this.
order
= ParseOrder( PrecalculateAvt(ref this.orderAvt ));
2 references to order
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SortAction.cs (2)
116
this.sort = new Sort(this.selectKey, this.lang, this.dataType, this.
order
, this.caseOrder);
155
this.orderAvt == null ? this.
order
: ParseOrder( this.orderAvt .Evaluate(processor, frame)),