3 references to ReadFromRowSourceAsync
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (3)
2180Task readTask = ReadFromRowSourceAsync(cts); // read the next row. Caution: more is only valid if the task returns null. Otherwise, we wait for Task.Result 2198Task readTask = ReadFromRowSourceAsync(cts); 2683Task readTask = ReadFromRowSourceAsync(ctoken); // readTask == reading task. This is the first read call. "more" is valid only if readTask == null;