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