1 write to _array
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1547_array = array;
2 references to _array
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
1551get { return _array.Length; } 1555return new StaticIndexRangePartitionForArray<TSource>(_array, startIndex, endIndex);