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)
112if (_cnt == 0 || value < _result) 120if (_cnt == 0 || value > _result) 126public long SumResult { get { return _result; } } 127public long AverageResult { get { return _result / (long)_cnt; } } 128public long MinimumResult { get { return _result; } } 129public long MaximumResult { get { return _result; } }