4 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)
189initHash = unchecked(initHash * MethodBodySynthesizer.HASH_FACTOR + Hash.GetFNVHashCode(property.BackingField.Name));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\AnonymousTypesSymbolTests.cs (1)
976init = unchecked(init * HASH_FACTOR + Hash.GetFNVHashCode(name));