3 writes to _table
System.Data.Common (3)
System\Data\EnumerableRowCollection.cs (3)
81_table = table; 92_table = table; 112_table = source._table;
7 references to _table
System.Data.Common (7)
System\Data\EnumerableRowCollection.cs (7)
66return _table; 112_table = source._table; 147if ((null == _table) || !typeof(DataRow).IsAssignableFrom(typeof(TRow))) 227_table, 243_table, 253_table, 267view = new LinqDataView(_table, _sortExpression.CloneCast<DataRow>());