1 write to _list
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
1489
_list
= list;
2 references to _list
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
1493
get { return
_list
.Count; }
1497
return new StaticIndexRangePartitionForIList<TSource>(
_list
, startIndex, endIndex);