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