12 references to Factor
System.Collections.Immutable (12)
System\Collections\Frozen\String\Hashing.cs (12)
31
return (int)(Hash1Start + unchecked(Hash1Start *
Factor
));
35
return (int)(Hash1Start + (hash2 *
Factor
));
40
return (int)(Hash1Start + (hash2 *
Factor
));
46
return (int)(Hash1Start + (hash2 *
Factor
));
51
return (int)(hash1 + (hash2 *
Factor
));
72
return (int)(hash1 + (hash2 *
Factor
));
95
return (int)(Hash1Start + unchecked(Hash1Start *
Factor
));
99
return (int)(Hash1Start + (hash2 *
Factor
));
104
return (int)(Hash1Start + (hash2 *
Factor
));
110
return (int)(Hash1Start + (hash2 *
Factor
));
115
return (int)(hash1 + (hash2 *
Factor
));
137
return (int)(hash1 + (hash2 *
Factor
));