6 references to _backlog
Aspire.Hosting (6)
ApplicationModel\ResourceLoggerService.cs (6)
433
Debug.Assert(
_backlog
.EntriesCount == 0, "The backlog should be empty if there are no subscribers.");
438
_backlog
.InsertSorted(logEntry);
535
_backlog
.Clear(keepActivePauseEntries: false);
536
_backlog
.BaseLineNumber = 0;
544
return [..
_backlog
.GetEntries()];
556
_backlog
.InsertSorted(logEntry);