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]; 143if ((_tableCounter == _tables.Length - 1)) 148_currentDataTable = _tables[++_tableCounter];