2 writes to _orderAvt
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\SortAction.cs (2)
131
_order = ParseOrder(PrecalculateAvt(ref
_orderAvt
));
159
_orderAvt
= Avt.CompileAvt(compiler, value);
3 references to _orderAvt
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\SortAction.cs (3)
134
if (_langAvt == null && _dataTypeAvt == null &&
_orderAvt
== null && _caseOrderAvt == null)
182
_orderAvt
== null ? _order : ParseOrder(
_orderAvt
.Evaluate(processor, frame)),