3 writes to _next
Microsoft.AspNetCore.SignalR.Client.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.Client.Core (8)
src\SignalR\common\Shared\MessageBuffer.cs (8)
338
else if (
_next
is null)
348
_next
.AddMessage(hubMessage, sequenceId, pool);
354
var linkedBuffer =
_next
;
355
while (linkedBuffer.
_next
is not null)
357
linkedBuffer = linkedBuffer.
_next
;
387
if (linkedBuffer.
_next
is null)
395
linkedBuffer = linkedBuffer.
_next
;
494
_linkedBuffer = _linkedBuffer.
_next
;