2 writes to _fillBuffer
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
584_fillBuffer = new KeyValuePair<long, TSource>[fillBufferMultiplier * Partitioner.GetDefaultChunkSize<TSource>()]; 758_fillBuffer = null;
2 references to _fillBuffer
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
628KeyValuePair<long, TSource>[]? fillBufferLocalRef = _fillBuffer; 807var localFillBufferRef = _fillBuffer;