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