1 write to SelectedLogEntryId
Aspire.Dashboard (1)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
66SelectedLogEntryId = selectedLogEntryId,
2 references to SelectedLogEntryId
Aspire.Dashboard (2)
Components\Dialogs\GenAIVisualizerDialog.razor.cs (2)
90if (Content.SelectedLogEntryId != null) 92SelectedItem = Content.Items.SingleOrDefault(e => e.InternalId == Content.SelectedLogEntryId);