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