2 references to GetHashCode
System.Core (2)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
221
destinationIndex = m_repartitionStream.
GetHashCode
(elementHashKey) % m_partitionCount;
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
231
destinationIndex = m_repartitionStream.
GetHashCode
(elementHashKey) % m_partitionCount;