1 write to count
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\HashLookup.cs (1)
101
count
++;
6 references to count
System.Linq.Parallel (6)
System\Linq\Parallel\Utils\HashLookup.cs (6)
98
if (
count
== slots.Length) Resize();
100
int index =
count
;
116
int newSize = checked(
count
* 2 + 1);
119
Array.Copy(slots, newSlots,
count
);
120
for (int i = 0; i <
count
; i++)
132
get { return
count
; }