3 writes to OnInteractionUpdated
Aspire.Dashboard (3)
Components\Dialogs\InteractionsTerminalDialog.razor.cs (3)
28_content?.OnInteractionUpdated = null; 30_content.OnInteractionUpdated = () => InvokeAsync(StateHasChanged); 38_content?.OnInteractionUpdated = null;
3 references to OnInteractionUpdated
Aspire.Dashboard (2)
Model\Interaction\InteractionsTerminalDialogViewModel.cs (2)
15if (OnInteractionUpdated is not null) 17await OnInteractionUpdated().ConfigureAwait(false);
Aspire.Dashboard.Components.Tests (1)
Dialogs\InteractionsTerminalDialogTests.cs (1)
101Assert.Null(viewModel.OnInteractionUpdated);