2 writes to _bulkCopyOpperationInProgress
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (2)
2442
_stateObj.
_bulkCopyOpperationInProgress
= false;
2627
_stateObj.
_bulkCopyOpperationInProgress
= true;
2 references to _bulkCopyOpperationInProgress
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
2815
if (_parser.IsYukonOrNewer && !
_bulkCopyOpperationInProgress
// ignore the condition checking for bulk copy (SQL BU 414551)
3080
if (
_bulkCopyOpperationInProgress
&& 0 == GetTimeoutRemaining()) {