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)
51if (_hashCode.HasValue && otherKey._hashCode.HasValue 52&& _hashCode.Value != otherKey._hashCode.Value) 68if (!_hashCode.HasValue) 72return _hashCode.Value;