7 writes to _start
Aspire.Dashboard (7)
src\Shared\CircularBuffer.cs (7)
38_start = start; 129_start = _end; 145_start = _end; 162_start = _end; 199_start = _end; 207_start = _end; 214_start = 0;
3 references to _start
Aspire.Dashboard (3)
src\Shared\CircularBuffer.cs (3)
133var internalIndex = index + _start; 160if (_start > 0) 262return (_start + index) % _buffer.Count;