fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
2001return BeginExecuteReaderInternal(behavior, callback, stateObject, 0, inRetry: false);
2134return BeginExecuteReaderInternal(behavior, callback, stateObject, CommandTimeout, inRetry: false, asyncWrite:true);
2182if (!TriggerInternalEndAndRetryIfNecessary(behavior, stateObject, timeout, ADP.EndExecuteReader, usedCache, inRetry, asyncWrite, globalCompletion, localCompletion, InternalEndExecuteReader, BeginExecuteReaderInternal)) {