2 writes to count
System.Data.Linq (2)
SqlClient\Common\SqlNode.cs (2)
1937this.count = count; 1956this.count = value;
1 reference to count
System.Data.Linq (1)
SqlClient\Common\SqlNode.cs (1)
1950get { return this.count; }