6 references to _backlog
Aspire.Hosting (6)
ApplicationModel\ResourceLoggerService.cs (6)
449
Debug.Assert(
_backlog
.EntriesCount == 0, "The backlog should be empty if there are no subscribers.");
454
_backlog
.InsertSorted(logEntry);
551
_backlog
.Clear(keepActivePauseEntries: false);
552
_backlog
.BaseLineNumber = 0;
560
return [..
_backlog
.GetEntries()];
572
_backlog
.InsertSorted(logEntry);