3 references to _inMemoryEntries
Aspire.Hosting (3)
ApplicationModel\ResourceLoggerService.cs (3)
400
inMemoryEntries =
_inMemoryEntries
.ToList();
437
foreach (var logEntry in
_inMemoryEntries
)
564
_inMemoryEntries
.Add(logEntry);