2 writes to SelectedLogEntry
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
271
SelectedLogEntry
= logEntryViewModel;
277
SelectedLogEntry
= null;
2 references to SelectedLogEntry
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
260
if (
SelectedLogEntry
?.LogEntry.InternalId == entry.InternalId)
358
if (entry.InternalId ==
SelectedLogEntry
?.LogEntry.InternalId)