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