1 write to count
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\HashLookup.cs (1)
110
count
++;
6 references to count
System.Linq.Parallel (6)
System\Linq\Parallel\Utils\HashLookup.cs (6)
108
if (
count
== slots.Length) Resize();
109
index =
count
;
126
int newSize = checked(
count
* 2 + 1);
129
Array.Copy(slots, newSlots,
count
);
130
for (int i = 0; i <
count
; i++)
142
get { return
count
; }