3 references to BeginExecuteNonQueryInternal
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
1246return BeginExecuteNonQueryInternal(0, callback, stateObject, 0, inRetry: false); 1250return BeginExecuteNonQueryInternal(0, callback, stateObject, CommandTimeout, inRetry: false, asyncWrite:true); 1296if (!TriggerInternalEndAndRetryIfNecessary(behavior, stateObject, timeout, ADP.EndExecuteNonQuery, usedCache, inRetry, asyncWrite, globalCompletion, localCompletion, InternalEndExecuteNonQuery, BeginExecuteNonQueryInternal)) {