1 write to InternalId
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntry.cs (1)
28InternalId = Guid.NewGuid();
2 references to InternalId
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
244if (SelectedLogEntry?.LogEntry.InternalId == entry.InternalId) 333if (entry.InternalId == SelectedLogEntry?.LogEntry.InternalId)