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