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)
27
if (
_cnt
== 0)
40
if (
_cnt
== 0)
50
if (
_cnt
== 0 || value < _result)
58
if (
_cnt
== 0 || value > _result)
65
public int AverageResult { get { return _result /
_cnt
; } }
69
public bool IsEmpty { get { return
_cnt
== 0; } }