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