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)
2815if (_parser.IsYukonOrNewer && !_bulkCopyOpperationInProgress // ignore the condition checking for bulk copy (SQL BU 414551) 3080if (_bulkCopyOpperationInProgress && 0 == GetTimeoutRemaining()) {