1 write to _combinedHash
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\HashCodeCombiner.cs (1)
29_combinedHash = ((_combinedHash << 5) + _combinedHash) ^ i;
3 references to _combinedHash
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Nuget.Frameworks\HashCodeCombiner.cs (3)
25internal int CombinedHash => _combinedHash.GetHashCode(); 29_combinedHash = ((_combinedHash << 5) + _combinedHash) ^ i;