7 writes to _start
Aspire.Hosting (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.Hosting (3)
src\Shared\CircularBuffer.cs (3)
133
var internalIndex = index +
_start
;
160
if (
_start
> 0)
262
return (
_start
+ index) % _buffer.Count;