2 references to GetHashCode
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
221destinationIndex = _repartitionStream.GetHashCode(elementHashKey) % _partitionCount;
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
228destinationIndex = _repartitionStream.GetHashCode(elementHashKey) % _partitionCount;