2 writes to count
System.Core (2)
System\Linq\Enumerable.cs (2)
2733
for(
count
= 0; currentEnumerator.MoveNext();
count
++)
2 references to count
System.Core (2)
System\Linq\Enumerable.cs (2)
2738
if (
count
== 0)
2742
cachedCollection = new T[this.
count
];