4 references to _collection
Aspire.Hosting (4)
src\Shared\CircularBuffer.cs (4)
326
public T[] Items =>
_collection
.ToArray();
327
public int Start =>
_collection
._start;
328
public int End =>
_collection
._end;
329
public int Capacity =>
_collection
.Capacity;