10 references to _backlog
Aspire.Hosting (10)
ApplicationModel\ResourceLoggerService.cs (10)
473
Debug.Assert(
_backlog
.EntriesCount == 0, "The backlog should be empty if there are no subscribers.");
478
_backlog
.InsertSorted(logEntry);
558
Debug.Assert(
_backlog
.EntriesCount == 0, "The backlog should be empty if there are no subscribers.");
563
_backlog
.InsertSorted(logEntry);
701
_backlog
.Clear(keepActivePauseEntries: false);
702
_backlog
.BaseLineNumber = 0;
710
return [..
_backlog
.GetEntries()];
722
_backlog
.InsertSorted(logEntry);
757
var existingEntries = HasSubscribers ?
_backlog
.GetEntries() : _inMemoryEntries;
784
_backlog
.InsertSorted(logEntry);