2 writes to SelectedLogEntry
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
325SelectedLogEntry = logEntryViewModel; 331SelectedLogEntry = null;
5 references to SelectedLogEntry
Aspire.Dashboard (5)
Components\Pages\StructuredLogs.razor.cs (2)
314if (SelectedLogEntry?.LogEntry.InternalId == entry.InternalId) 422if (entry.InternalId == SelectedLogEntry?.LogEntry.InternalId)
Components_Pages_StructuredLogs_razor.g.cs (3)
310SelectedLogEntry is not null 1001SelectedLogEntry is not null 1017SelectedLogEntry