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