3 references to ContinueWith
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1004
return _DbDataReaderRowSource.ReadAsync(cts).
ContinueWith
((t) => {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
2514
return ExecuteReaderAsync(cancellationToken).
ContinueWith
((executeTask) => {
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
4575
return completionSource.Task.
ContinueWith
((retryTask) => {