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