5 writes to _cnt
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlAggregates.cs (5)
146_cnt = 0; 154_cnt = 1; 169_cnt++; 177_cnt = 1; 185_cnt = 1;
6 references to _cnt
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
151if (_cnt == 0) 164if (_cnt == 0) 174if (_cnt == 0 || value < _result) 182if (_cnt == 0 || value > _result) 189public decimal AverageResult { get { return _result / (decimal)_cnt; } } 193public bool IsEmpty { get { return _cnt == 0; } }