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)
25
internal int CombinedHash =>
_combinedHash
.GetHashCode();
29
_combinedHash = ((
_combinedHash
<< 5) +
_combinedHash
) ^ i;