6 references to _inMemoryEntries
Aspire.Hosting (6)
ApplicationModel\ResourceLoggerService.cs (6)
439
inMemoryEntries =
_inMemoryEntries
.ToList();
476
foreach (var logEntry in
_inMemoryEntries
)
561
foreach (var logEntry in
_inMemoryEntries
)
729
_inMemoryEntries
.Add(logEntry);
757
var existingEntries = HasSubscribers ? _backlog.GetEntries() :
_inMemoryEntries
;
791
_inMemoryEntries
.Add(logEntry);