1 write to _count
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Utf8HashLookup.cs (1)
40_count++;
5 references to _count
Microsoft.AspNetCore.SignalR.Core (5)
Internal\Utf8HashLookup.cs (5)
34if (_count == _slots.Length) 39int slotIndex = _count; 127var newSize = checked(_count * 2 + 1); 133Array.Copy(_slots, newSlots, _count); 135for (int i = 0; i < _count; i++)