3 references to ConvertLogEntry
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
250
LogRecords = scopeGroup.Select(
ConvertLogEntry
).ToArray()
382
LogRecords = [
ConvertLogEntry
(logEntry)]
472
LogRecords = scopeGroup.Select(
ConvertLogEntry
).ToArray()