5 writes to cnt
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlAggregates.cs (5)
23
this.
cnt
= 0;
29
this.
cnt
= 1;
42
this.
cnt
++;
49
this.
cnt
= 1;
56
this.
cnt
= 1;
6 references to cnt
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
27
if (this.
cnt
== 0) {
37
if (this.
cnt
== 0)
46
if (this.
cnt
== 0 || value < this.result)
53
if (this.
cnt
== 0 || value > this.result)
60
public int AverageResult { get { return this.result / this.
cnt
; } }
64
public bool IsEmpty { get { return this.
cnt
== 0; } }