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