1 write to _repartitionStream
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
82
_repartitionStream
= repartitionStream;
2 references to _repartitionStream
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (2)
221
destinationIndex =
_repartitionStream
.GetHashCode(elementHashKey) % _partitionCount;
226
destinationIndex =
_repartitionStream
.GetHashCode(element) % _partitionCount;