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