2 writes to dataTypeAvt
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\SortAction.cs (2)
111
this.dataType = ParseDataType( PrecalculateAvt(ref this.
dataTypeAvt
), manager);
131
this.
dataTypeAvt
= Avt.CompileAvt(compiler, value);
3 references to dataTypeAvt
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\SortAction.cs (3)
115
if(this.langAvt == null && this.
dataTypeAvt
== null && this.orderAvt == null && this.caseOrderAvt == null) {
154
this.
dataTypeAvt
== null ? this.dataType : ParseDataType( this.
dataTypeAvt
.Evaluate(processor, frame), manager),