1 write to _source
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
491
_source
= source;
2 references to _source
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);