3 writes to _next
Microsoft.AspNetCore.SignalR.Client.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
349_next = pool.Pop(); 353_next = new LinkedBuffer(); 424_next = null;
8 references to _next
Microsoft.AspNetCore.SignalR.Client.Core (8)
src\SignalR\common\Shared\MessageBuffer.cs (8)
345else if (_next is null) 355_next.AddMessage(hubMessage, sequenceId, pool); 361var linkedBuffer = _next; 362while (linkedBuffer._next is not null) 364linkedBuffer = linkedBuffer._next; 394if (linkedBuffer._next is null) 402linkedBuffer = linkedBuffer._next; 501_linkedBuffer = _linkedBuffer._next;