4 references to _collection
Aspire.Dashboard (4)
src\Shared\CircularBuffer.cs (4)
301
public T[] Items =>
_collection
.ToArray();
302
public int Start =>
_collection
._start;
303
public int End =>
_collection
._end;
304
public int Capacity =>
_collection
.Capacity;