3 writes to count
System.Data (3)
fx\src\data\System\Data\DataError.cs (3)
66count++; 86count--; 98count = 0;
14 references to count
System.Data (14)
fx\src\data\System\Data\DataError.cs (14)
43return(rowError.Length != 0 || count != 0); 65if (i == count) 71for (int i = 0; i < count; i++) { 80if (count == 0) 83for (int i = 0; i < count; i++) { 85System.Array.Copy(errorList, i+1, errorList, i, count-i-1); 94for (int i = 0; i < count; i++) { 103DataColumn[] cols = new DataColumn[count]; 105for (int i = 0; i < count; i++) { 123for (int i = 0; i < count; i++) { 129if (count >= errorList.Length) { 130int newCapacity = Math.Min(count*2, column.Table.Columns.Count); 132System.Array.Copy(errorList, 0, biggerList, 0, count); 135return count;