1 write to _count
System.Linq.Parallel (1)
System\Linq\Parallel\Enumerables\RepeatEnumerable.cs (1)
35
_count
= count;
5 references to _count
System.Linq.Parallel (5)
System\Linq\Parallel\Enumerables\RepeatEnumerable.cs (5)
46
int stride = (
_count
+ partitionCount - 1) / partitionCount;
54
if ((offset + stride) >
_count
)
56
partitions[i] = new RepeatEnumerator(_element, offset <
_count
?
_count
- offset : 0, offset);
73
return new RepeatEnumerator(_element,
_count
, 0).AsClassicEnumerator();