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)
26if (_content != Content) 28_content?.OnInteractionUpdated = null; 30_content.OnInteractionUpdated = () => InvokeAsync(StateHasChanged); 38_content?.OnInteractionUpdated = null;