1 write to _hashCode
Microsoft.AspNetCore.Session (1)
EncodedKey.cs (1)
70
_hashCode
= SipHash.GetHashCode(KeyBytes);
6 references to _hashCode
Microsoft.AspNetCore.Session (6)
EncodedKey.cs (6)
51
if (
_hashCode
.HasValue && otherKey.
_hashCode
.HasValue
52
&&
_hashCode
.Value != otherKey.
_hashCode
.Value)
68
if (!
_hashCode
.HasValue)
72
return
_hashCode
.Value;