2 references to MaxLogCount
Aspire.Hosting (2)
ApplicationModel\ResourceLoggerService.cs (2)
365private readonly CircularBuffer<LogEntry> _inMemoryEntries = new(MaxLogCount); 366private readonly LogEntries _backlog = new(MaxLogCount) { BaseLineNumber = 0 };