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