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)
228
destinationIndex =
_repartitionStream
.GetHashCode(elementHashKey) % _partitionCount;
233
destinationIndex =
_repartitionStream
.GetHashCode(element) % _partitionCount;