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