1 write to _localList
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
921
_localList
??= new KeyValuePair<long, TSource>[_maxChunkSize];
3 references to _localList
System.Collections.Concurrent (3)
System\Collections\Concurrent\PartitionerStatic.cs (3)
924
return _enumerable.GrabChunk(
_localList
, requestedChunkSize, ref _currentChunkSize!.Value);
950
Debug.Assert(
_localList
!= null);
952
return (
_localList
[_localOffset.Value]);