10 references to _backlog
Aspire.Hosting (10)
ApplicationModel\ResourceLoggerService.cs (10)
473Debug.Assert(_backlog.EntriesCount == 0, "The backlog should be empty if there are no subscribers."); 478_backlog.InsertSorted(logEntry); 558Debug.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; 710return [.. _backlog.GetEntries()]; 722_backlog.InsertSorted(logEntry); 757var existingEntries = HasSubscribers ? _backlog.GetEntries() : _inMemoryEntries; 784_backlog.InsertSorted(logEntry);