1 instantiation of PendingLog
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
76
pendingLogs.Add(new
PendingLog
(
3 references to PendingLog
Aspire.Dashboard (3)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (3)
31
var pendingLogs = new List<
PendingLog
>();
107
List<
PendingLog
> logs,
146
private static void InsertLogAttributes(SqliteConnection connection, IDbTransaction transaction, List<
PendingLog
> logs, List<long> logIds)