5 references to ExecuteReaderAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
312var reader = await command.ExecuteReaderAsync(behavior, cancellationToken).ConfigureAwait(false);
System.Data.Common (4)
System\Data\Common\DbCommand.cs (3)
151ExecuteReaderAsync(CommandBehavior.Default, CancellationToken.None); 154ExecuteReaderAsync(CommandBehavior.Default, cancellationToken); 157ExecuteReaderAsync(behavior, CancellationToken.None);
System\Data\Common\DbDataSource.cs (1)
248return await _wrappedCommand.ExecuteReaderAsync(