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)
21get { return _combinedHash64.GetHashCode(); } 58_combinedHash64 = ((_combinedHash64 << 5) + _combinedHash64) ^ i;