1 write to _currentRow
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1047_currentRow = (DataRow)_rowEnumerator.Current;
4 references to _currentRow
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (4)
935Debug.Assert(_currentRow != null, "uninitialized _currentRow"); 939object currentRowValue = _currentRow[sourceOrdinal]; 1048} while ((_currentRow.RowState & _rowStateToSkip) != 0); // repeat if there is an unexpected rowstate 1052_currentRowLength = _currentRow.ItemArray.Length;