2 references to GetHashCode
System.Core (2)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
226
destinationIndex = m_repartitionStream.
GetHashCode
(element) % m_partitionCount;
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
236
destinationIndex = m_repartitionStream.
GetHashCode
(element) % m_partitionCount;