4 writes to _rowsUntilNotification
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (4)
2075
if (--
_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)
2074
if (
_rowsUntilNotification
> 0) { // > 0?
2106
if (!abortOperation &&
_rowsUntilNotification
> _notifyAfter) { // if the specified counter decreased we update