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)
345
else if (
_next
is null)
355
_next
.AddMessage(hubMessage, sequenceId, pool);
361
var linkedBuffer =
_next
;
362
while (linkedBuffer.
_next
is not null)
364
linkedBuffer = linkedBuffer.
_next
;
394
if (linkedBuffer.
_next
is null)
402
linkedBuffer = linkedBuffer.
_next
;
501
_linkedBuffer = _linkedBuffer.
_next
;