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