3 writes to _next
Microsoft.AspNetCore.SignalR.Client.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.Client.Core (8)
src\SignalR\common\Shared\MessageBuffer.cs (8)
337
else if (
_next
is null)
347
_next
.AddMessage(hubMessage, sequenceId, pool);
353
var linkedBuffer =
_next
;
354
while (linkedBuffer.
_next
is not null)
356
linkedBuffer = linkedBuffer.
_next
;
386
if (linkedBuffer.
_next
is null)
394
linkedBuffer = linkedBuffer.
_next
;
493
_linkedBuffer = _linkedBuffer.
_next
;