6 writes to _result
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
91
_result
= value;
96
_result
+= value;
103
_result
= value;
105
_result
+= value;
113
_result
= value;
121
_result
= value;
6 references to _result
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
112
if (_cnt == 0 || value <
_result
)
120
if (_cnt == 0 || value >
_result
)
126
public long SumResult { get { return
_result
; } }
127
public long AverageResult { get { return
_result
/ (long)_cnt; } }
128
public long MinimumResult { get { return
_result
; } }
129
public long MaximumResult { get { return
_result
; } }