3 references to _inMemoryEntries
Aspire.Hosting (3)
ApplicationModel\ResourceLoggerService.cs (3)
399
inMemoryEntries =
_inMemoryEntries
.ToList();
436
foreach (var logEntry in
_inMemoryEntries
)
563
_inMemoryEntries
.Add(logEntry);