6 writes to result
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
28this.result = value; 32this.result += value; 38this.result = value; 40this.result += value; 47this.result = value; 54this.result = value;
6 references to result
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
46if (this.cnt == 0 || value < this.result) 53if (this.cnt == 0 || value > this.result) 59public int SumResult { get { return this.result; } } 60public int AverageResult { get { return this.result / this.cnt; } } 61public int MinimumResult { get { return this.result; } } 62public int MaximumResult { get { return this.result; } }