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