4 references to CircularBuffer
Aspire.Hosting (4)
src\Shared\CircularBuffer.cs (3)
15[DebuggerTypeProxy(typeof(CircularBuffer<>.CircularBufferDebugView))] 285private sealed class CircularBufferDebugView(CircularBuffer<T> collection) 287private readonly CircularBuffer<T> _collection = collection;
src\Shared\ConsoleLogs\LogEntries.cs (1)
12private readonly CircularBuffer<LogEntry> _logEntries = new(maximumEntryCount);