1 write to _savedBatchSize
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
2466_savedBatchSize = _batchSize; // for safety. If someone changes the batchsize during copy we still be using _savedBatchSize
1 reference to _savedBatchSize
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
2304Task task = CopyRowsAsync(0, _savedBatchSize, cts); //this is copying 1 batch of rows and setting _hasMoreRowToCopy = true/false.