2 writes to _combinedHash64
xunit.console (2)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\HashCodeCombiner.cs (2)
21
_combinedHash64
= seed;
27
_combinedHash64
= ((_combinedHash64 << 5) + _combinedHash64) ^ i;
3 references to _combinedHash64
xunit.console (3)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\HashCodeCombiner.cs (3)
15
get { return
_combinedHash64
.GetHashCode(); }
27
_combinedHash64 = ((
_combinedHash64
<< 5) +
_combinedHash64
) ^ i;