3 references to ConvertLogEntry
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
242
LogRecords = scopeGroup.Select(
ConvertLogEntry
).ToArray()
374
LogRecords = [
ConvertLogEntry
(logEntry)]
462
LogRecords = scopeGroup.Select(
ConvertLogEntry
).ToArray()