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)
1551
get { return
_array
.Length; }
1555
return new StaticIndexRangePartitionForArray<TSource>(
_array
, startIndex, endIndex);