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