2 references to InternalPartitionEnumerable
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
507var partitionEnumerable = new InternalPartitionEnumerable(_source.GetEnumerator(), _useSingleChunking, true); 521return new InternalPartitionEnumerable(_source.GetEnumerator(), _useSingleChunking, false);