1 write to count
System.Core (1)
System\Linq\Enumerable.cs (1)
2279count++;
3 references to count
System.Core (3)
System\Linq\Enumerable.cs (3)
2212get { return count; } 2263if (count == groupings.Length) Resize(); 2286int newSize = checked(count * 2 + 1);