3 references to ConvertLogEntry
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
249
LogRecords = scopeGroup.Select(
ConvertLogEntry
).ToArray()
381
LogRecords = [
ConvertLogEntry
(logEntry)]
471
LogRecords = scopeGroup.Select(
ConvertLogEntry
).ToArray()