13 references to SqlCommandAsyncResult
System.Activities.DurableInstancing (13)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (11)
64
long openTimeout = Math.Min(timeout.Ticks,
SqlCommandAsyncResult
.MaximumOpenTimeout.Ticks);
85
SqlCommandAsyncResult
SqlCommandAsyncResult = AsyncResult.End<
SqlCommandAsyncResult
>(result);
96
SqlCommandAsyncResult
thisPtr = (
SqlCommandAsyncResult
)(result.AsyncState);
102
SqlCommandAsyncResult
parentPtr = (
SqlCommandAsyncResult
)(childPtr.AsyncState);
103
parentPtr.sqlDataReader =
SqlCommandAsyncResult
.End(childPtr);
113
return
SqlCommandAsyncResult
.retryErrorCodes.Any(x => x.ErrorCode == error && (x.RetryErrorOptions & retryErrorOptions) == retryErrorOptions);
118
SqlCommandAsyncResult
thisPtr = (
SqlCommandAsyncResult
) state;
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (2)
195
using (SqlDataReader reader =
SqlCommandAsyncResult
.End(result))
285
SqlCommandAsyncResult
sqlCommandResult = new SqlCommandAsyncResult(this.sqlCommand, this.ConnectionString,