1 write to _count
System.Data (1)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (1)
50
_count
= schemaRows.Length;
2 references to _count
System.Data (2)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
167
for (int i = 0; i <
_count
- 1; i++) {
170
for (int j = i + 1; j <
_count
; j++) {