3 references to new
Aspire.Dashboard (2)
Otlp\Model\MetricValues\DimensionScope.cs (1)
29_values = new(capacity);
src\Shared\ConsoleLogs\LogEntries.cs (1)
19private readonly CircularBuffer<LogEntry> _logEntries = new(maximumEntryCount);
Aspire.Dashboard.Tests (1)
CircularBufferTests.cs (1)
10private static CircularBuffer<string> CreateBuffer(int capacity) => new(capacity);