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