6 writes to result
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
82this.result = value; 86this.result += value; 92this.result = value; 94this.result += value; 101this.result = value; 108this.result = value;
6 references to result
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
100if (this.cnt == 0 || value < this.result) 107if (this.cnt == 0 || value > this.result) 113public long SumResult { get { return this.result; } } 114public long AverageResult { get { return this.result / (long) this.cnt; } } 115public long MinimumResult { get { return this.result; } } 116public long MaximumResult { get { return this.result; } }