1 write to count
System.Core (1)
System\Linq\Enumerable.cs (1)
2445count++;
5 references to count
System.Core (5)
System\Linq\Enumerable.cs (5)
2443if (count == slots.Length) Resize(); 2444index = count; 2457int newSize = checked(count * 2 + 1); 2460Array.Copy(slots, 0, newSlots, 0, count); 2461for (int i = 0; i < count; i++) {