2 writes to _tableCounter
System.Data.Common (2)
System\Data\DataTableReader.cs (2)
102
_tableCounter
= 0;
148
_currentDataTable = _tables[++
_tableCounter
];
2 references to _tableCounter
System.Data.Common (2)
System\Data\DataTableReader.cs (2)
105
_currentDataTable = _tables[
_tableCounter
];
143
if ((
_tableCounter
== _tables.Length - 1))