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