4 writes to currentRowRemoved
System.Data (4)
fx\src\data\System\Data\DataTableReader.cs (4)
151currentRowRemoved = false; 209currentRowRemoved = false; 789currentRowRemoved = true; 828currentRowRemoved = true;
2 references to currentRowRemoved
System.Data (2)
fx\src\data\System\Data\DataTableReader.cs (2)
208if (currentRowRemoved) 757if ((currentDataRow.RowState == DataRowState.Deleted) || (currentDataRow.RowState == DataRowState.Detached) ||currentRowRemoved)