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