1 write to _repartitionStream
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (1)
84_repartitionStream = repartitionStream;
2 references to _repartitionStream
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
228destinationIndex = _repartitionStream.GetHashCode(elementHashKey) % _partitionCount; 233destinationIndex = _repartitionStream.GetHashCode(element) % _partitionCount;