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