1 instantiation of HashRepartitionEnumerator
System.Core (1)
System\Linq\Parallel\Partitioning\UnorderedHashRepartitionStream.cs (1)
44m_partitions[i] = new HashRepartitionEnumerator<TInputOutput, THashKey, TIgnoreKey>(
1 reference to HashRepartitionEnumerator
System.Core (1)
System\Linq\Parallel\Partitioning\UnorderedHashRepartitionStream.cs (1)
33m_partitions = new HashRepartitionEnumerator<TInputOutput, THashKey, TIgnoreKey>[inputStream.PartitionCount];