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