2 references to new
Aspire.Hosting (2)
ApplicationModel\ResourceLoggerService.cs (1)
348
private readonly CircularBuffer<LogEntry> _inMemoryEntries =
new
(MaxLogCount);
src\Shared\ConsoleLogs\LogEntries.cs (1)
19
private readonly CircularBuffer<LogEntry> _logEntries =
new
(maximumEntryCount);