5 writes to _cnt
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlAggregates.cs (5)
22_cnt = 0; 30_cnt = 1; 45_cnt++; 53_cnt = 1; 61_cnt = 1;
6 references to _cnt
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
27if (_cnt == 0) 40if (_cnt == 0) 50if (_cnt == 0 || value < _result) 58if (_cnt == 0 || value > _result) 65public int AverageResult { get { return _result / _cnt; } } 69public bool IsEmpty { get { return _cnt == 0; } }