7 writes to _start
Aspire.Hosting (7)
src\Shared\CircularBuffer.cs (7)
38_start = start; 127_start = _end; 146_start = _end; 163_start = _end; 200_start = _end; 211_start = _end; 218_start = 0;
5 references to _start
Aspire.Hosting (5)
src\Shared\CircularBuffer.cs (5)
134var internalIndex = index + _start; 161if (_start > 0) 266return (_start + index) % _buffer.Count; 291var buffer = new CircularBuffer<T>(_buffer.ToList(), Capacity, _start, _end); 302public int Start => _collection._start;