4 references to CloseAsync
Aspire.Dashboard (3)
Components\Interactions\InteractionsProvider.cs (1)
468await openMessageBar.Message.CloseAsync();
Components\Pages\StructuredLogs.razor.cs (1)
151await message.CloseAsync();
Components\Pages\Traces.razor.cs (1)
157await message.CloseAsync();
Aspire.Dashboard.Components.Tests (1)
Interactions\InteractionsProviderTests.cs (1)
470await instance.OpenMessageBars.Single().Message.CloseAsync();