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