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