4 writes to _rowsUntilNotification
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (4)
2075if (--_rowsUntilNotification == 0) { // decrement counter 2101_rowsUntilNotification = _notifyAfter; 2107_rowsUntilNotification = _notifyAfter; // decreased we update otherwise not 2467_rowsUntilNotification = _notifyAfter;
2 references to _rowsUntilNotification
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (2)
2074if (_rowsUntilNotification > 0) { // > 0? 2106if (!abortOperation && _rowsUntilNotification > _notifyAfter) { // if the specified counter decreased we update