5 references to GetFNVHashCode
Microsoft.CodeAnalysis (3)
InternalUtilities\StringOrdinalComparer.cs (1)
42
return Hash.
GetFNVHashCode
(s);
InternalUtilities\StringTable.cs (1)
253
var hashCode = Hash.
GetFNVHashCode
(chars);
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));