1 write to InternalId
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntry.cs (1)
32
InternalId
= Interlocked.Increment(ref s_nextLogEntryId);
10 references to InternalId
Aspire.Dashboard (10)
Components\Controls\StructuredLogDetails.razor.cs (2)
63
if (ViewModel.LogEntry.
InternalId
!= _viewModel?.LogEntry.
InternalId
)
Components\Pages\StructuredLogs.razor.cs (4)
260
if (SelectedLogEntry?.LogEntry.
InternalId
== entry.
InternalId
)
359
if (entry.
InternalId
== SelectedLogEntry?.LogEntry.
InternalId
)
Components\Pages\TraceDetail.razor.cs (4)
273
else if (SelectedData?.LogEntryViewModel is { } selectedLog && viewModel.SpanLogs.Any(l => l.LogEntry.
InternalId
== selectedLog.LogEntry.
InternalId
))
371
if (SelectedData?.LogEntryViewModel?.LogEntry.
InternalId
== logEntry.
InternalId
)