5 writes to cnt
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlAggregates.cs (5)
131this.cnt = 0; 137this.cnt = 1; 150this.cnt++; 157this.cnt = 1; 164this.cnt = 1;
6 references to cnt
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlAggregates.cs (6)
135if (this.cnt == 0) { 145if (this.cnt == 0) 154if (this.cnt == 0 || value < this.result) 161if (this.cnt == 0 || value > this.result) 168public decimal AverageResult { get { return this.result / (decimal) this.cnt; } } 172public bool IsEmpty { get { return this.cnt == 0; } }