6 writes to result
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
136this.result = value; 140this.result += value; 146this.result = value; 148this.result += value; 155this.result = value; 162this.result = value;
6 references to result
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
154if (this.cnt == 0 || value < this.result) 161if (this.cnt == 0 || value > this.result) 167public decimal SumResult { get { return this.result; } } 168public decimal AverageResult { get { return this.result / (decimal) this.cnt; } } 169public decimal MinimumResult { get { return this.result; } } 170public decimal MaximumResult { get { return this.result; } }