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)
924return _enumerable.GrabChunk(_localList, requestedChunkSize, ref _currentChunkSize!.Value); 950Debug.Assert(_localList != null); 952return (_localList[_localOffset.Value]);