2 references to GetHashCode
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
226
destinationIndex = _repartitionStream.
GetHashCode
(element) % _partitionCount;
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
233
destinationIndex = _repartitionStream.
GetHashCode
(element) % _partitionCount;