1 write to _count
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
46_count = schemaRows.Length;
2 references to _count
System.Data.Common (2)
System\Data\Common\DBCommandBuilder.cs (2)
189for (int i = 0; i < _count - 1; i++) 194for (int j = i + 1; j < _count; j++)