3 references to _inMemoryEntries
Aspire.Hosting (3)
ApplicationModel\ResourceLoggerService.cs (3)
398
inMemoryEntries =
_inMemoryEntries
.ToList();
435
foreach (var logEntry in
_inMemoryEntries
)
562
_inMemoryEntries
.Add(logEntry);