2 writes to _buckets
Microsoft.AspNetCore.SignalR.Core (2)
Internal\Utf8HashLookup.cs (2)
24_buckets = new int[7]; 145_buckets = newBuckets;
5 references to _buckets
Microsoft.AspNetCore.SignalR.Core (5)
Internal\Utf8HashLookup.cs (5)
42int bucketIndex = hashCode % _buckets.Length; 51_slots[slotIndex].next = _buckets[bucketIndex] - 1; 54_buckets[bucketIndex] = slotIndex + 1; 99for (var i = _buckets[hashCode % _buckets.Length] - 1; i >= 0; i = _slots[i].next)