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