2 writes to _combinedHash64
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\HashCodeCombiner.cs (2)
23_combinedHash64 = seed; 35_combinedHash64 = ((_combinedHash64 << 5) + _combinedHash64) ^ i;
3 references to _combinedHash64
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\HashCodeCombiner.cs (3)
17get { return _combinedHash64.GetHashCode(); } 35_combinedHash64 = ((_combinedHash64 << 5) + _combinedHash64) ^ i;