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