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)
1493get { return _list.Count; } 1497return new StaticIndexRangePartitionForIList<TSource>(_list, startIndex, endIndex);