1 write to _count
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Utf8HashLookup.cs (1)
37_count++;
5 references to _count
Microsoft.AspNetCore.SignalR.Core (5)
Internal\Utf8HashLookup.cs (5)
31if (_count == _slots.Length) 36int slotIndex = _count; 124var newSize = checked(_count * 2 + 1); 130Array.Copy(_slots, newSlots, _count); 132for (int i = 0; i < _count; i++)