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