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)
151
if (
_cnt
== 0)
164
if (
_cnt
== 0)
174
if (
_cnt
== 0 || value < _result)
182
if (
_cnt
== 0 || value > _result)
189
public decimal AverageResult { get { return _result / (decimal)
_cnt
; } }
193
public bool IsEmpty { get { return
_cnt
== 0; } }