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