1 write to _enumerable
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
891
_enumerable
= enumerable;
2 references to _enumerable
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
924
return
_enumerable
.GrabChunk(_localList, requestedChunkSize, ref _currentChunkSize!.Value);
964
_enumerable
.Dispose();