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