12 references to Factor
System.Collections.Immutable (12)
System\Collections\Frozen\String\Hashing.cs (12)
32
return (int)(Hash1Start + unchecked(Hash1Start *
Factor
));
36
return (int)(Hash1Start + (hash2 *
Factor
));
41
return (int)(Hash1Start + (hash2 *
Factor
));
47
return (int)(Hash1Start + (hash2 *
Factor
));
52
return (int)(hash1 + (hash2 *
Factor
));
73
return (int)(hash1 + (hash2 *
Factor
));
96
return (int)(Hash1Start + unchecked(Hash1Start *
Factor
));
100
return (int)(Hash1Start + (hash2 *
Factor
));
105
return (int)(Hash1Start + (hash2 *
Factor
));
111
return (int)(Hash1Start + (hash2 *
Factor
));
116
return (int)(hash1 + (hash2 *
Factor
));
138
return (int)(hash1 + (hash2 *
Factor
));