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)
1469
if (
_isBulkCopyingInProgress
) {
1499
if (
_isBulkCopyingInProgress
) {
1533
if (
_isBulkCopyingInProgress
) {
1564
if (
_isBulkCopyingInProgress
) {
1605
if (
_isBulkCopyingInProgress
) {
1653
if (
_isBulkCopyingInProgress
) {
1685
if (
_isBulkCopyingInProgress
) {
1723
if (
_isBulkCopyingInProgress
){