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)
89
if (
_cnt
== 0)
102
if (
_cnt
== 0)
112
if (
_cnt
== 0 || value < _result)
120
if (
_cnt
== 0 || value > _result)
127
public long AverageResult { get { return _result / (long)
_cnt
; } }
131
public bool IsEmpty { get { return
_cnt
== 0; } }