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