3 writes to _next
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
342_next = pool.Pop(); 346_next = new LinkedBuffer(); 417_next = null;
8 references to _next
Microsoft.AspNetCore.SignalR.Core (8)
src\SignalR\common\Shared\MessageBuffer.cs (8)
338else if (_next is null) 348_next.AddMessage(hubMessage, sequenceId, pool); 354var linkedBuffer = _next; 355while (linkedBuffer._next is not null) 357linkedBuffer = linkedBuffer._next; 387if (linkedBuffer._next is null) 395linkedBuffer = linkedBuffer._next; 494_linkedBuffer = _linkedBuffer._next;