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