1 write to InternalId
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntry.cs (1)
30InternalId = Interlocked.Increment(ref s_nextLogEntryId);
6 references to InternalId
Aspire.Dashboard (6)
Components\Controls\StructuredLogDetails.razor.cs (2)
48if (ViewModel.LogEntry.InternalId != _viewModel?.LogEntry.InternalId)
Components\Pages\StructuredLogs.razor.cs (4)
260if (SelectedLogEntry?.LogEntry.InternalId == entry.InternalId) 358if (entry.InternalId == SelectedLogEntry?.LogEntry.InternalId)