Implemented interface member:
method
DisposeAsync
System.IAsyncDisposable.DisposeAsync()
1 override of DisposeAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
439public override async ValueTask DisposeAsync()
1 reference to DisposeAsync
Aspire.Dashboard (1)
ServiceClient\TracingSqliteConnection.cs (1)
443await reader.DisposeAsync().ConfigureAwait(false);