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