3 references to _inMemoryEntries
Aspire.Hosting (3)
ApplicationModel\ResourceLoggerService.cs (3)
415
inMemoryEntries =
_inMemoryEntries
.ToList();
452
foreach (var logEntry in
_inMemoryEntries
)
579
_inMemoryEntries
.Add(logEntry);