2 writes to next
Microsoft.AspNetCore.SignalR.Core (2)
Internal\Utf8HashLookup.cs (2)
51
_slots[slotIndex].
next
= _buckets[bucketIndex] - 1;
135
newSlots[i].
next
= newBuckets[bucket] - 1;
1 reference to next
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Utf8HashLookup.cs (1)
99
for (var i = _buckets[hashCode % _buckets.Length] - 1; i >= 0; i = _slots[i].
next
)