6 references to _backlog
Aspire.Hosting (6)
ApplicationModel\ResourceLoggerService.cs (6)
378
Debug.Assert(
_backlog
.EntriesCount == 0, "The backlog should be empty if there are no subscribers.");
383
_backlog
.InsertSorted(logEntry);
499
_backlog
.Clear();
500
_backlog
.BaseLineNumber = 0;
508
return [..
_backlog
.GetEntries()];
520
_backlog
.InsertSorted(logEntry);