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