2 writes to cachedCollection
System.Core (2)
System\Linq\Enumerable.cs (2)
2780cachedCollection = null; 2802cachedCollection = new object[this.count];
2 references to cachedCollection
System.Core (2)
System\Linq\Enumerable.cs (2)
2803tempList.CopyTo(cachedCollection, 0); 2804return cachedCollection;