1 write to dataType
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\SortAction.cs (1)
111
this.
dataType
= ParseDataType( PrecalculateAvt(ref this.dataTypeAvt ), manager);
2 references to dataType
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);
154
this.dataTypeAvt == null ? this.
dataType
: ParseDataType( this.dataTypeAvt .Evaluate(processor, frame), manager),