2 writes to _index
Microsoft.AspNetCore.SignalR.Core (2)
src\SignalR\common\Shared\MessageBuffer.cs (2)
502_index = 1; 512_index++;
3 references to _index
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
473var index = _index - 1; 499if (firstMessageIndex + _index >= BufferLength) 506if (_linkedBuffer._messages[firstMessageIndex + _index].Length == 0)