1 write to hashCode
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Utf8HashLookup.cs (1)
45_slots[slotIndex].hashCode = hashCode;
2 references to hashCode
Microsoft.AspNetCore.SignalR.Core (2)
Internal\Utf8HashLookup.cs (2)
101if (_slots[i].hashCode == hashCode && key.Equals(_slots[i].value, StringComparison.OrdinalIgnoreCase)) 134int bucket = newSlots[i].hashCode % newSize;