6 writes to _result
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
29
_result
= value;
34
_result
+= value;
41
_result
= value;
43
_result
+= value;
51
_result
= value;
59
_result
= value;
6 references to _result
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
50
if (_cnt == 0 || value <
_result
)
58
if (_cnt == 0 || value >
_result
)
64
public int SumResult { get { return
_result
; } }
65
public int AverageResult { get { return
_result
/ _cnt; } }
66
public int MinimumResult { get { return
_result
; } }
67
public int MaximumResult { get { return
_result
; } }