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)
31
if (
_count
== _slots.Length)
36
int slotIndex =
_count
;
124
var newSize = checked(
_count
* 2 + 1);
130
Array.Copy(_slots, newSlots,
_count
);
132
for (int i = 0; i <
_count
; i++)