1 write to count
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\HashLookup.cs (1)
107
count
++;
6 references to count
System.Linq.Parallel (6)
System\Linq\Parallel\Utils\HashLookup.cs (6)
104
if (
count
== slots.Length) Resize();
106
int index =
count
;
130
int newSize = HashHelpers.ExpandPrime(
count
);
133
Array.Copy(slots, newSlots,
count
);
141
for (int i = 0; i <
count
; i++)
151
get { return
count
; }