1 write to count
System.Core (1)
System\Linq\Parallel\Utils\HashLookup.cs (1)
143
count
++;
6 references to count
System.Core (6)
System\Linq\Parallel\Utils\HashLookup.cs (6)
141
if (
count
== slots.Length) Resize();
142
index =
count
;
159
int newSize = checked(
count
* 2 + 1);
162
Array.Copy(slots, 0, newSlots, 0,
count
);
163
for (int i = 0; i <
count
; i++)
175
get { return
count
; }