2 writes to _combinedHash64
NuGet.Commands (2)
Internal\HashCodeCombiner.cs (2)
27
_combinedHash64
= seed;
58
_combinedHash64
= ((_combinedHash64 << 5) + _combinedHash64) ^ i;
3 references to _combinedHash64
NuGet.Commands (3)
Internal\HashCodeCombiner.cs (3)
21
get { return
_combinedHash64
.GetHashCode(); }
58
_combinedHash64 = ((
_combinedHash64
<< 5) +
_combinedHash64
) ^ i;