2 references to HASH_FACTOR
Microsoft.CodeAnalysis.CSharp (2)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (1)
189
initHash = unchecked(initHash * MethodBodySynthesizer.
HASH_FACTOR
+ Hash.GetFNVHashCode(property.BackingField.Name));
Compiler\MethodBodySynthesizer.Lowered.cs (1)
364
boundHashFactor ??= F.Literal(
HASH_FACTOR
);