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)
628
KeyValuePair<long, TSource>[]? fillBufferLocalRef =
_fillBuffer
;
807
var localFillBufferRef =
_fillBuffer
;