3 references to ConvertLogEntry
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
244
LogRecords = scopeGroup.Select(
ConvertLogEntry
).ToArray()
376
LogRecords = [
ConvertLogEntry
(logEntry)]
466
LogRecords = scopeGroup.Select(
ConvertLogEntry
).ToArray()