2 writes to _tables
System.Data.Common (2)
System\Data\DataTableReader.cs (2)
36
_tables
= new DataTable[1] { dataTable };
52
_tables
= new DataTable[dataTables.Length];
4 references to _tables
System.Data.Common (4)
System\Data\DataTableReader.cs (4)
59
_tables
[i] = dataTables[i];
105
_currentDataTable =
_tables
[_tableCounter];
143
if ((_tableCounter ==
_tables
.Length - 1))
148
_currentDataTable =
_tables
[++_tableCounter];