1 override of NextResultAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
425public override Task<bool> NextResultAsync(CancellationToken cancellationToken) =>
2 references to NextResultAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
426ExecuteReaderOperationAsync(() => reader.NextResultAsync(cancellationToken));
System.Data.Common (1)
System\Data\Common\DbDataReader.cs (1)
319public Task<bool> NextResultAsync() => NextResultAsync(CancellationToken.None);