6 writes to _result
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
153
_result
= value;
158
_result
+= value;
165
_result
= value;
167
_result
+= value;
175
_result
= value;
183
_result
= value;
6 references to _result
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
174
if (_cnt == 0 || value <
_result
)
182
if (_cnt == 0 || value >
_result
)
188
public decimal SumResult { get { return
_result
; } }
189
public decimal AverageResult { get { return
_result
/ (decimal)_cnt; } }
190
public decimal MinimumResult { get { return
_result
; } }
191
public decimal MaximumResult { get { return
_result
; } }