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