2 writes to SelectedLogEntry
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
272
SelectedLogEntry
= logEntryViewModel;
278
SelectedLogEntry
= null;
2 references to SelectedLogEntry
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
261
if (
SelectedLogEntry
?.LogEntry.InternalId == entry.InternalId)
359
if (entry.InternalId ==
SelectedLogEntry
?.LogEntry.InternalId)