1 override of ReadAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
430public override Task<bool> ReadAsync(CancellationToken cancellationToken) =>
2 references to ReadAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
431ExecuteReaderOperationAsync(() => reader.ReadAsync(cancellationToken));
System.Data.Common (1)
System\Data\Common\DbDataReader.cs (1)
298public Task<bool> ReadAsync() => ReadAsync(CancellationToken.None);