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