3 writes to _next
Microsoft.AspNetCore.SignalR.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
345_next = pool.Pop(); 349_next = new LinkedBuffer(); 420_next = null;
8 references to _next
Microsoft.AspNetCore.SignalR.Core (8)
src\SignalR\common\Shared\MessageBuffer.cs (8)
341else if (_next is null) 351_next.AddMessage(hubMessage, sequenceId, pool); 357var linkedBuffer = _next; 358while (linkedBuffer._next is not null) 360linkedBuffer = linkedBuffer._next; 390if (linkedBuffer._next is null) 398linkedBuffer = linkedBuffer._next; 497_linkedBuffer = _linkedBuffer._next;