1 write to lang
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\SortAction.cs (1)
110
this.
lang
= ParseLang( PrecalculateAvt(ref this.langAvt ));
2 references to lang
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);
153
this.langAvt == null ? this.
lang
: ParseLang( this.langAvt .Evaluate(processor, frame)),