1 instantiation of InternalPartitionEnumerable
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1247
return new
InternalPartitionEnumerable
(_data);
1 reference to InternalPartitionEnumerable
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1268
return ((
InternalPartitionEnumerable
)this).GetEnumerator();