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