3 references to GetFNVHashCode
Microsoft.CodeAnalysis.CodeStyle (1)
StringTable.cs (1)
253var hashCode = Hash.GetFNVHashCode(chars);
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
SyntaxGeneratorExtensions_CreateGetHashCodeMethod.cs (2)
101initHash = initHash * hashFactor + Hash.GetFNVHashCode(baseHashCode.Name); 106initHash = initHash * hashFactor + Hash.GetFNVHashCode(symbol.Name);