5 writes to cnt
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlAggregates.cs (5)
77
this.
cnt
= 0;
83
this.
cnt
= 1;
96
this.
cnt
++;
103
this.
cnt
= 1;
110
this.
cnt
= 1;
6 references to cnt
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
81
if (this.
cnt
== 0) {
91
if (this.
cnt
== 0)
100
if (this.
cnt
== 0 || value < this.result)
107
if (this.
cnt
== 0 || value > this.result)
114
public long AverageResult { get { return this.result / (long) this.
cnt
; } }
118
public bool IsEmpty { get { return this.
cnt
== 0; } }