4 references to WriteToServerInternalRestAsync
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (4)
2598WriteToServerInternalRestAsync(cts, source); 2615WriteToServerInternalRestAsync(cts, source); 2693WriteToServerInternalRestAsync(ctoken, source); //rest of the method, passing the same completion and returning the incomplete task (ret). 2704WriteToServerInternalRestAsync(ctoken, source); //passing the same completion which will be completed by the Callee.