5 writes to _cnt
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlAggregates.cs (5)
84_cnt = 0; 92_cnt = 1; 107_cnt++; 115_cnt = 1; 123_cnt = 1;
6 references to _cnt
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
89if (_cnt == 0) 102if (_cnt == 0) 112if (_cnt == 0 || value < _result) 120if (_cnt == 0 || value > _result) 127public long AverageResult { get { return _result / (long)_cnt; } } 131public bool IsEmpty { get { return _cnt == 0; } }