2 writes to _index
Microsoft.AspNetCore.SignalR.Client.Core (2)
src\SignalR\common\Shared\MessageBuffer.cs (2)
494
_index
= 1;
504
_index
++;
3 references to _index
Microsoft.AspNetCore.SignalR.Client.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
465
var index =
_index
- 1;
491
if (firstMessageIndex +
_index
>= BufferLength)
498
if (_linkedBuffer._messages[firstMessageIndex +
_index
].Length == 0)