2 writes to SelectedLogEntry
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
325SelectedLogEntry = logEntryViewModel; 331SelectedLogEntry = null;
2 references to SelectedLogEntry
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
314if (SelectedLogEntry?.LogEntry.InternalId == entry.InternalId) 421if (entry.InternalId == SelectedLogEntry?.LogEntry.InternalId)