3 references to GetFNVHashCode
Microsoft.CodeAnalysis (2)
InternalUtilities\StringOrdinalComparer.cs (1)
42return Hash.GetFNVHashCode(s);
MetadataReader\MetadataTypeName.Key.cs (1)
106int hashCode = Hash.GetFNVHashCode(_namespaceOrFullyQualifiedName);
Microsoft.CodeAnalysis.CSharp (1)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (1)
193initHash = unchecked(initHash * MethodBodySynthesizer.HASH_FACTOR + Hash.GetFNVHashCode(property.BackingField.Name));