4 references to _collection
Aspire.Dashboard (4)
src\Shared\CircularBuffer.cs (4)
296
public T[] Items =>
_collection
.ToArray();
297
public int Start =>
_collection
._start;
298
public int End =>
_collection
._end;
299
public int Capacity =>
_collection
.Capacity;