3 writes to _next
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
341_next = pool.Pop(); 345_next = new LinkedBuffer(); 416_next = null;
8 references to _next
Microsoft.AspNetCore.SignalR.Core (8)
src\SignalR\common\Shared\MessageBuffer.cs (8)
337else if (_next is null) 347_next.AddMessage(hubMessage, sequenceId, pool); 353var linkedBuffer = _next; 354while (linkedBuffer._next is not null) 356linkedBuffer = linkedBuffer._next; 386if (linkedBuffer._next is null) 394linkedBuffer = linkedBuffer._next; 493_linkedBuffer = _linkedBuffer._next;