12 references to Factor
System.Collections.Immutable (12)
System\Collections\Frozen\String\Hashing.cs (12)
33
return (int)(Hash1Start + unchecked(Hash1Start *
Factor
));
37
return (int)(Hash1Start + (hash2 *
Factor
));
42
return (int)(Hash1Start + (hash2 *
Factor
));
48
return (int)(Hash1Start + (hash2 *
Factor
));
53
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
));
137
return (int)(hash1 + (hash2 *
Factor
));