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