5 writes to cnt
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlAggregates.cs (5)
185
this.
cnt
= 0;
191
this.
cnt
= 1;
204
this.
cnt
++;
211
this.
cnt
= 1;
218
this.
cnt
= 1;
6 references to cnt
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
189
if (this.
cnt
== 0) {
199
if (this.
cnt
== 0)
208
if (this.
cnt
== 0 || value < this.result || double.IsNaN(value))
215
if (this.
cnt
== 0 || value > this.result || double.IsNaN(value))
222
public double AverageResult { get { return this.result / (double) this.
cnt
; } }
226
public bool IsEmpty { get { return this.
cnt
== 0; } }