2 instantiations of InternalPartitionEnumerable
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
507
var partitionEnumerable = new
InternalPartitionEnumerable
(_source.GetEnumerator(), _useSingleChunking, true);
521
return new
InternalPartitionEnumerable
(_source.GetEnumerator(), _useSingleChunking, false);
4 references to InternalPartitionEnumerable
System.Collections.Concurrent (4)
System\Collections\Concurrent\PartitionerStatic.cs (4)
507
var
partitionEnumerable = new InternalPartitionEnumerable(_source.GetEnumerator(), _useSingleChunking, true);
614
return ((
InternalPartitionEnumerable
)this).GetEnumerator();
878
private readonly
InternalPartitionEnumerable
_enumerable;
886
InternalPartitionEnumerable
enumerable,