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