4 references to GetFNVHashCode
Microsoft.CodeAnalysis (2)
InternalUtilities\StringOrdinalComparer.cs (1)
42
return Hash.
GetFNVHashCode
(s);
MetadataReader\MetadataTypeName.Key.cs (1)
106
int hashCode = Hash.
GetFNVHashCode
(_namespaceOrFullyQualifiedName);
Microsoft.CodeAnalysis.CSharp (1)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (1)
189
initHash = unchecked(initHash * MethodBodySynthesizer.HASH_FACTOR + Hash.
GetFNVHashCode
(property.BackingField.Name));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\AnonymousTypesSymbolTests.cs (1)
976
init = unchecked(init * HASH_FACTOR + Hash.
GetFNVHashCode
(name));