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