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