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