5 references to GetFNVHashCode
Microsoft.CodeAnalysis.Workspaces (5)
Shared\Extensions\TelemetryExtensions.cs (2)
24var suffix = Roslyn.Utilities.Hash.GetFNVHashCode(type.FullName); 32? Hash.GetFNVHashCode(additionalSuffixString)
StringTable.cs (1)
253var hashCode = Hash.GetFNVHashCode(chars);
SyntaxGeneratorExtensions_CreateGetHashCodeMethod.cs (2)
101initHash = initHash * hashFactor + Hash.GetFNVHashCode(baseHashCode.Name); 106initHash = initHash * hashFactor + Hash.GetFNVHashCode(symbol.Name);