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)
167for (int i = 0; i < _count - 1; i++) { 170for (int j = i + 1; j < _count; j++) {