3 writes to _isBulkCopyingInProgress
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (3)
1769_isBulkCopyingInProgress = true; 1800_isBulkCopyingInProgress = false; 1843_isBulkCopyingInProgress = false;
8 references to _isBulkCopyingInProgress
System.Data (8)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (8)
1469if (_isBulkCopyingInProgress) { 1499if (_isBulkCopyingInProgress) { 1533if (_isBulkCopyingInProgress) { 1564if (_isBulkCopyingInProgress) { 1605if (_isBulkCopyingInProgress) { 1653if (_isBulkCopyingInProgress) { 1685if (_isBulkCopyingInProgress) { 1723if (_isBulkCopyingInProgress){