4 writes to _currentRowRemoved
System.Data.Common (4)
System\Data\DataTableReader.cs (4)
154_currentRowRemoved = false; 206_currentRowRemoved = false; 937_currentRowRemoved = true; 976_currentRowRemoved = true;
2 references to _currentRowRemoved
System.Data.Common (2)
System\Data\DataTableReader.cs (2)
204if (_currentRowRemoved) 895if ((_currentDataRow.RowState == DataRowState.Deleted) || (_currentDataRow.RowState == DataRowState.Detached) || _currentRowRemoved)