3 writes to count
System.Core (3)
System\Linq\Enumerable.cs (3)
2779
count
= 0;
2793
for (
count
= 0; currentEnumerator.MoveNext();
count
++)
2 references to count
System.Core (2)
System\Linq\Enumerable.cs (2)
2798
if (
count
== 0)
2802
cachedCollection = new object[this.
count
];