13 references to PrecalculateAvt
System.Data.SqlXml (13)
System\Xml\Xsl\XsltOld\AttributeAction.cs (2)
66this.name = PrecalculateAvt(ref this.nameAvt); 67this.nsUri = PrecalculateAvt(ref this.nsAvt );
System\Xml\Xsl\XsltOld\ElementAction.cs (2)
50this.name = PrecalculateAvt(ref this.nameAvt); 51this.nsUri = PrecalculateAvt(ref this.nsAvt );
System\Xml\Xsl\XsltOld\NumberAction.cs (5)
204this.formatTokens = ParseFormat(PrecalculateAvt(ref this.formatAvt)); 205this.letter = ParseLetter(PrecalculateAvt(ref this.letterAvt)); 206this.lang = PrecalculateAvt(ref this.langAvt); 207this.groupingSep = PrecalculateAvt(ref this.groupingSepAvt); 211this.groupingSize = PrecalculateAvt(ref this.groupingSizeAvt);
System\Xml\Xsl\XsltOld\SortAction.cs (4)
110this.lang = ParseLang( PrecalculateAvt(ref this.langAvt )); 111this.dataType = ParseDataType( PrecalculateAvt(ref this.dataTypeAvt ), manager); 112this.order = ParseOrder( PrecalculateAvt(ref this.orderAvt )); 113this.caseOrder = ParseCaseOrder(PrecalculateAvt(ref this.caseOrderAvt));