2 writes to groupingSizeAvt
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
191this.groupingSizeAvt = Avt.CompileAvt(compiler, value); 211this.groupingSize = PrecalculateAvt(ref this.groupingSizeAvt);
2 references to groupingSizeAvt
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
384this.groupingSizeAvt == null ? this.groupingSize : this.groupingSizeAvt.Evaluate(processor, frame)