1 write to _content
Aspire.Dashboard (1)
Components\Dialogs\InteractionsTerminalDialog.razor.cs (1)
29
_content
= Content;
4 references to _content
Aspire.Dashboard (4)
Components\Dialogs\InteractionsTerminalDialog.razor.cs (4)
26
if (
_content
!= Content)
28
_content
?.OnInteractionUpdated = null;
30
_content
.OnInteractionUpdated = () => InvokeAsync(StateHasChanged);
38
_content
?.OnInteractionUpdated = null;